02.01.2015, 19:03
Try this:
Open /opt/twlan/htdocs/include.inc.php in a text editor and after the "<?php", insert a new line and add the following:
Kind regards
Molt
Open /opt/twlan/htdocs/include.inc.php in a text editor and after the "<?php", insert a new line and add the following:
PHP Code:
define('PATH', dirname(__FILE__));
chdir(PATH);
Kind regards
Molt