Skip to content

Commit c7bf5fd

Browse files
committed
Remove comments of commented code
1 parent c152b39 commit c7bf5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
$configfile = 'config.php';
33
require_once $configfile;
4-
/*if (isset($install) && !$install) {
4+
if (isset($install) && !$install) {
55
header("Location: /");
6-
}*/
6+
}
77
function test_input($data)
88
{
99
$data = trim($data);

0 commit comments

Comments
 (0)