session_save_path("/home/users/web/b1988/nf.enopoly/cgi-bin/tmp"); session_start(); include('db.inc.php'); include_once('random.php'); if($_SESSION['login']=='') { header('Location: login.php?m=1'); exit; } if($_SESSION['username_session']=='') { header('Location: client_login.php'); exit; } ?>
| |||||||||||||||||||||||||
|
Parse error: syntax error, unexpected '}' in /hermes/bosweb/web198/b1988/nf.enopoly/public_html/enopoly.net/left.php on line 121 | |