\r
define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');\r
\r
-require (JIRAFEAU_ROOT . 'lib/config.php');\r
+require (JIRAFEAU_ROOT . 'lib/config.original.php');\r
require (JIRAFEAU_ROOT . 'lib/settings.php');\r
require (JIRAFEAU_ROOT . 'lib/functions.php');\r
require (JIRAFEAU_ROOT . 'lib/lang.php');\r
/* Operations may take a long time.\r
* Be sure PHP's safe mode is off.\r
*/\r
- set_time_limit(0);\r
+@set_time_limit(0);\r
+/* Remove errors. */\r
+@error_reporting(0);\r
\r
if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)\r
{\r
if (isset ($_GET['d']))\r
$d = $_GET['d'];\r
\r
- if (!preg_match ('/[0-9a-zA-Z_-]{22}$/', $link_name))\r
+ if (!preg_match ('/[0-9a-zA-Z_-]+$/', $link_name))\r
{\r
echo "Error";\r
exit;\r