bla
kak
This commit is contained in:
@@ -3,10 +3,13 @@ class ActionHandler
|
||||
{
|
||||
static function doAction(){
|
||||
$action = '';
|
||||
|
||||
if(isset($_GET['action'])){
|
||||
if(!$action == ''){
|
||||
include_once("./model/actions/model_".$action."php");
|
||||
}
|
||||
$action = $_GET['action'];
|
||||
}
|
||||
if(!$action == ''){
|
||||
include_once("./model/actions/model_".$action.".php");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user