Skip to content

Commit 8aca011

Browse files
committed
fix a Notice problem
1 parent cf47056 commit 8aca011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
include 'common.php';
2+
error_reporting(E_ALL);
33
include 'header.php';
44
include 'menu.php';
55

0 commit comments

Comments
 (0)