diff --git a/main.php b/main.php index 2143112..2e55998 100644 --- a/main.php +++ b/main.php @@ -11,7 +11,7 @@ if (!isset($_SESSION['uid'])) { header("Location: index.php"); } echo "


HERE IT IS!"; -require_once 'functions.php'; +include_once 'functions.php'; echo "


HERE IT IS too!"; $tmaz = time(); try {