Apply .gitignore

This commit is contained in:
최준흠 2024-10-14 15:06:13 +09:00
parent 2e4193fa32
commit 21055497b0
4 changed files with 17 additions and 2700 deletions

11
.gitignore vendored
View File

@ -1,11 +1,10 @@
#codeigniter4
composer.lock
/vendor/
public/vendors/
public/tinymce_uploads
public/mapurl/
.env
google_client_secret.json
composer.lock
vendor/
public/vendors/
public/tinymce_uploads/
writable/caceh/*
!writable/caceh/index.html
writable/logs/*

View File

@ -337,7 +337,7 @@ abstract class MVController extends CommonController
}
$this->getModel()->limit($this->per_page, $this->page * $this->per_page - $this->per_page);
$entitys = $this->getModel()->select($this->getModel()->getTable() . '.*')->findAll();
// log_message("debug", $this->getModel()->getLastQuery());
log_message("debug", $this->getModel()->getLastQuery());
return $entitys;
}
final protected function list_procedure(): string

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>