From af7ac398e8cd4d126e6f1695cf41154992a4a827 Mon Sep 17 00:00:00 2001 From: lopar Date: Tue, 23 Jun 2020 20:14:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {