diff --git a/main.php b/main.php
index 33ae6f5..2143112 100644
--- a/main.php
+++ b/main.php
@@ -11,7 +11,7 @@ if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}
echo "
HERE IT IS!";
-//require 'functions.php';
+require_once 'functions.php';
echo "
HERE IT IS too!";
$tmaz = time();
try {