git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add variable in conf to check if installation is done
[jirafeau_mojo42.git]
/
f.php
diff --git
a/f.php
b/f.php
index 2a5a6dad35b68a786ff85540df7af799fc772e52..6f8f836f72896a36761ca9acdd749af7c73ecf46 100644
(file)
--- a/
f.php
+++ b/
f.php
@@
-33,7
+33,9
@@
if (!isset ($_GET['h']) || empty ($_GET['h']))
/* Operations may take a long time.
* Be sure PHP's safe mode is off.
*/
/* Operations may take a long time.
* Be sure PHP's safe mode is off.
*/
-set_time_limit(0);
+@set_time_limit(0);
+/* Remove errors. */
+@error_reporting(0);
$link_name = $_GET['h'];
$link_name = $_GET['h'];
patrick-canterino.de