Skip to content
Snippets Groups Projects
Commit 6a8ff230 authored by Tim Repke's avatar Tim Repke
Browse files

remove error reporting

parent 132df135
No related branches found
No related tags found
No related merge requests found
<?php
session_start();
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
require_once __DIR__ . '/frameworks/Environment.php';
require_once __DIR__ . '/view/default_index.php';
require_once __DIR__ . '/view/signups/index.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment