/* $Id: read_dump.php,v 2.4.2.1 2004/02/11 18:13:44 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries
*/
require_once(\'./libraries/read_dump.lib.php\');
require_once(\'./libraries/common.lib.php\');
$db = \'\';
/**
Increases the max. allowed time to run a script
*/
@set_time_limit($cfg[\'ExecTimeLimit\']);
/**
* Defines the url to return to in case of error in a sql statement
*/