From e5469f09a2eb97596949ad2687cabe049ce5f773 Mon Sep 17 00:00:00 2001
From: Wruczek © 2016 © Wruczek 2016 | ts-website v 1.3.1 | MIT License © Wruczek 2016 | ts-website v 1.3.2 | MIT License
diff --git a/config/config.template.php b/config/config.template.php
index 63d9b17..64e573a 100644
--- a/config/config.template.php
+++ b/config/config.template.php
@@ -57,7 +57,7 @@ $config["adminlist"] = array(6, 17, 19);
$config['contact']['title'] = 'Contact the staff';
$config['contact']['text'] = '
-
-
NothingTV, © NabulsiGraphix
NothingTV, © NabulsiGraphix.htaccess
.
Poradnik na temat właczania pliku htaccess
'; - - die(showError($title, $text)); -} -*/ - -/* Od wersji 1.2.0 mod_rewrite nie jest już wymagany -if(!in_array('mod_rewrite', apache_get_modules())) { - - $title = 'Brak wymaganych rozszerzeń'; - - $text = 'Na swoim serwerze nie posiadasz modułu rewrite
wymaganego do poprawnego działania tej strony.
Posiadasz system Ubuntu? Świetnie! Uruchom poniższe komendy, by włączyć wymagany moduł:
-sudo a2enmod rewrite -sudo service apache2 reload-
Używasz system Debian? Uruchom owe komendy pomijając przedrostek sudo
:
a2enmod rewrite -service apache2 reload-
Jeśli używasz hostingu i nie masz dostępu do konsoli, skontaktuj się z administratorem lub pomocą techniczną Twojego hostingu.
'; - - die(showError($title, $text)); -} -*/ - function isPHPVersionSupported() { if (!defined('PHP_VERSION_ID')) { $version = explode('.', PHP_VERSION); @@ -48,7 +18,6 @@ if (!isPHPVersionSupported()) { } if (!extension_loaded("mbstring")) { - $title = 'MBString extension is missing'; $text = 'Required PHP extension: mbstring
has not been found on the server.
Please make sure that the whole website directory including subdirectories is fully writable.
'; + die(showError($title, $text)); +} + +if(!file_exists(__DIR__ . "/../config/config.php")) { $title = 'config.php does not exists'; $text = 'Please go into the directory config
and rename config.template.php
to config.php
.