File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< h1 > Error</ h1 >
2
- < p > If you see this page your mod_rewrite is not setup correctly. Visit the < a href ="https://github.com/ssl/ezXSS "> wiki</ a > for more information.</ p >
2
+ < p > Your mod_rewrite is not setup correctly. Visit the < a href ="https://github.com/ssl/ezXSS/wiki "> wiki</ a > for more information.</ p >
Original file line number Diff line number Diff line change 10
10
|
11
11
*/
12
12
13
- define ('version ' , '3.6 ' );
13
+ define ('version ' , '3.7 ' );
14
14
define ('debug ' , false );
15
15
16
16
if (debug) {
46
46
require_once __DIR__ . '/src/Autoload.php ' ;
47
47
48
48
if (!file_exists ('.env ' )) {
49
- error ('You did not setup your config file. Rename .env.example to .env and fill in your database information . ' , true );
49
+ error ('You did not setup your config file yet . ' , true );
50
50
}
51
51
52
52
$ config = parse_ini_file ('.env ' );
105
105
*/
106
106
107
107
function error ($ message , $ wiki = false ) {
108
- $ message .= ($ wiki === true ? ' Visit the <a href="https://github.com/ssl/ezXSS">wiki</a> for more information. ' : '' );
108
+ $ message .= ($ wiki === true ? ' Visit the <a href="https://github.com/ssl/ezXSS/wiki ">wiki</a> for more information. ' : '' );
109
109
echo "<h1>Error</h1><p> $ message</p> " ;
110
110
exit ();
111
111
}
You can’t perform that action at this time.
0 commit comments