diff options
Diffstat (limited to 'fn/fn.php')
-rw-r--r-- | fn/fn.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -9,9 +9,9 @@ function bddconnect($host, $bdname, $user, $password) return $bdd; } -function session() +function my_autoloader($class) { - session_start(); + require('../../class/class.w.' . strtolower($class) . '.php'); } function secure() @@ -134,5 +134,4 @@ function array_update($base, $new) -?> - +?>
\ No newline at end of file |