Пробуем отключить от functions.php

This commit is contained in:
lopar 2020-07-05 20:14:49 +03:00
parent 1aa0e1cf61
commit 013e048752
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
session_start();
include_once 'functions.php';
//include_once 'functions.php';
include_once 'models/PresentsModel.php';
$login = urldecode($_SERVER['QUERY_STRING']) ?? '';