Skip to content

Commit a2466be

Browse files
committed
Merge branch 'master' into prod
2 parents b6d9dd0 + 0925f91 commit a2466be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cache/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
error_reporting(-1);
4-
ini_set('display_errors', 1);
3+
error_reporting(E_ALL);
4+
ini_set('display_errors', 0);
55

66
$uri = $_SERVER['REQUEST_URI'];
77
//echo "uri is: ".$uri."<br>";

0 commit comments

Comments
 (0)