$classIsFound = true; $isRestfulMode = true; } } if(!$classIsFound){ throw new \Exception("class '". implode("', '", $classNames). "' are not found"); } $_SERVER["SCRIPT_FILENAME"] = substr(str_replace("\\", "/", $className), 20). ".inc.php"; $_SERVER["SCRIPT_NAME"] = $_SERVER["SCRIPT_FILENAME"]; $_SERVER["REQUEST_URI"] = $ru; $_SERVER["PHP_SELF"] = $pru;
tfphp\tfphp::start() in /var/www/tfphp/dist/tfphp.inc.php line 222
tfphp\tfphp::run() in /var/www/html/index.php line 31
tfproject\index::run() in /var/www/html/index.php line 34