Skip to content

Commit

Permalink
fixed arrangement of include files
Browse files Browse the repository at this point in the history
  • Loading branch information
petrk94 committed Nov 16, 2018
1 parent d8eef84 commit 73d6159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once 'includes/db_connect.php';
include_once 'includes/functions.php';
sec_session_start();

include_once 'includes/db_connect.php';
include_once 'includes/functions.php';


if (login_check($mysqli) == true) {
$logged = 'in';
Expand Down

0 comments on commit 73d6159

Please sign in to comment.