diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-11-04 11:22:32 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-11-04 11:22:32 +0100 |
commit | 4516cbe5d6ba14430f2279916379f10ef1ef73f1 (patch) | |
tree | a4821ce586724395e3dc817bbc1a629d9106dde4 /public/index.php | |
parent | 06efffb9c89919a44b81482b0dff509f31e7243d (diff) |
renamed mysql provider to mysqli, updated system requirements, fixes #145
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 71ce964e..67f9ee11 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,6 @@ <?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_counter.php'); |