GIF89a;
Direktori : /home/serb/public_html/livechat/php/ |
Current File : /home/serb/public_html/livechat/php/app.php |
<?php ob_start(); // ----- // Error displaying (comment the following to turn on error displaying) error_reporting(0); // Constants define('ROOT_DIR', dirname(__FILE__)); // Imports require_once 'lib/magic_quotes_fix.php'; require_once 'lib/autoload.php'; // Run the application $application = new Application(); $application->config(); $response = $application->run(new Request()); $response->send(); // ----- ob_end_flush(); ?>