YaWK
24.1
Yet another WebKit
setup.php
Go to the documentation of this file.
1
<?php
2
session_start();
3
use
YAWK\installer
;
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
10
$installer
=
new
installer
();
11
// initialize
12
$installer
->init();
YAWK\installer
This class handles the setup / installation process.
Definition:
installer.php:9
$installer
$installer
Definition:
setup.php:10
yawk.io
system
setup
setup.php
Generated on Tue Jan 16 2024 21:58:59 for YaWK by
doxygen 1.9.1