Skip to content

Commit 6463127

Browse files
committed
oops, forgot ; haven't written php in a while ;)
1 parent 088e5e9 commit 6463127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docroot/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
define('CUR_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
55
//define('TPL_PATH', CUR_PATH . 'templates' . DIRECTORY_SEPARATOR);
66

7-
$title_page = 'Home'
7+
$title_page = 'Home';
88

99
include TPL_PATH . 'header.php';
1010

0 commit comments

Comments
 (0)