I get this errors:
Code:
Notice: Undefined index: HTTPS in c:\programmi\easyphp1-8\www\webcity\includes\class_core.php on line 1591
Notice: Undefined index: HTTPS in c:\programmi\easyphp1-8\www\webcity\includes\class_core.php on line 1591
Notice: Undefined index: HTTP_REFERER in c:\programmi\easyphp1-8\www\webcity\includes\class_core.php on line 1618
Unable to add cookies, header already sent.
File: c:\programmi\easyphp1-8\www\webcity\includes\class_core.php
Line: 1591
I've my forum located at (in EasyPHP) www/webcity/. I have my page file in www, and this is its code:
Code:
<?php
$curdir = getcwd ();
chdir('webcity');
require_once('webcity/global.php');
chdir ($curdir);
?>
<html>
<head>
<title>Web City</title>
</head>
<body>
<?php
require_once('login_inc.php');
?>
</body>
</html>