parent
d03290b3cf
commit
172c16b963
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class GestControler {
|
||||||
|
function __construct() {
|
||||||
|
try{
|
||||||
|
$action = isset($_REQUEST['action']) ? $_REQUEST['action'] : "default";
|
||||||
|
|
||||||
|
}catch(Exception $e){
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue