diff --git a/dev_mvc/index.php b/dev_mvc/index.php index efc2b0b..0740a85 100644 --- a/dev_mvc/index.php +++ b/dev_mvc/index.php @@ -13,7 +13,7 @@ function autoload($className){ $fileName .= str_replace('_', DIRECTORY_SEPARATOR, $className) . '.php'; //echo $fileName; - require ROOT_DIR . '\\' . $fileName; + require ROOT_DIR . '/' . $fileName; } spl_autoload_register('autoload'); diff --git a/dev_mvc/model/testactions/TA_CreateDB.php b/dev_mvc/model/testactions/TA_CreateDB.php index b0e2da9..945d4a9 100644 --- a/dev_mvc/model/testactions/TA_CreateDB.php +++ b/dev_mvc/model/testactions/TA_CreateDB.php @@ -1,6 +1,6 @@