edit user
This commit is contained in:
parent
216de9c8df
commit
09ec39c7bb
11 changed files with 293 additions and 68 deletions
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
$strCtrl = $_GET['ctrl']??'project';
|
||||
$strMethod = $_GET['action']??'home';
|
||||
$intId = $_GET['id']??null;
|
||||
|
||||
$boolError = false;
|
||||
$strFileName = "./controllers/".$strCtrl."_controller.php";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue