This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
#echo $_SERVER["argv"][1];
//ini_set('default_charset','UTF-8');
@@ -40,9 +40,9 @@ echo 'aaaa';
*
* @param unknown_type $className
*/
function __autoload($className) {
spl_autoload_register(function ($className) {
Core::LoadClass($className);
}
});
include_once(Config::Get('PATH_MAIN') . 'controller' . DIRECTORY_SEPARATOR . $controller . '.php');
@@ -58,4 +58,4 @@ $cnt->GenerateModelAction(array());
Core::Garbage();
//echo "CronScript";
?>
?>