Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Fixed issue tools4isp#4 by splitting function.php, should make it eas…
Browse files Browse the repository at this point in the history
…ier to add new features in the future
  • Loading branch information
Mark Scholten committed Mar 24, 2014
1 parent 613e9b7 commit 548faf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .htaccess
Empty file.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Start session
session_start();
// Debugging, can be enabled here or disabled
ini_set("show_errors","on");
ini_set("show_errors","off");
error_reporting(E_ALL);
ini_set('display_errors',0);

Expand Down

0 comments on commit 548faf7

Please sign in to comment.