renamed mysql provider to mysqli, updated system requirements, fixes #145
This commit is contained in:
parent
06efffb9c8
commit
4516cbe5d6
|
@ -1,7 +1,7 @@
|
||||||
# Installation eines frischen Engelsystems
|
# Installation eines frischen Engelsystems
|
||||||
|
|
||||||
## Mindestvorrausetzungen (bzw. getestet unter):
|
## Mindestvorrausetzungen (bzw. getestet unter):
|
||||||
* PHP 5.4.x with Suhosin-Patch (cgi-fcgi)
|
* PHP 5.4.x mit Suhosin-Patch (cgi-fcgi), mysqli und gettext
|
||||||
* mysqld Ver 5.1.49-3 for debian-linux-gnu on x86_64 ((Debian))
|
* mysqld Ver 5.1.49-3 for debian-linux-gnu on x86_64 ((Debian))
|
||||||
* Webserver mit PHP-Anbindung, z.B. lighttpd, nginx oder Apache
|
* Webserver mit PHP-Anbindung, z.B. lighttpd, nginx oder Apache
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once realpath(__DIR__ . '/../includes/mysql_provider.php');
|
require_once realpath(__DIR__ . '/../includes/mysqli_provider.php');
|
||||||
|
|
||||||
require_once realpath(__DIR__ . '/../includes/sys_auth.php');
|
require_once realpath(__DIR__ . '/../includes/sys_auth.php');
|
||||||
require_once realpath(__DIR__ . '/../includes/sys_counter.php');
|
require_once realpath(__DIR__ . '/../includes/sys_counter.php');
|
||||||
|
|
Loading…
Reference in New Issue