YaWK  24.1
Yet another WebKit
setup.php
Go to the documentation of this file.
1 <?php
2 session_start();
4 // error_reporting(E_ALL ^ E_STRICT); // show all errors - use this for development purpose only!
5 // ALL ERRORS OFF - DEFAULT FOR PRODUCTION USE!
6 error_reporting(0);
7 // if installer is not set
8 require_once('system/classes/installer.php');
9 // create new object
11 // initialize
12 $installer->init();
This class handles the setup / installation process.
Definition: installer.php:9
$installer
Definition: setup.php:10