Add files via upload
This commit is contained in:
@ -7,6 +7,11 @@
|
||||
define('BD_USER', 'sw');
|
||||
define('BD_PASS', '_admin_');
|
||||
|
||||
/**
|
||||
* Temprarl files directory.
|
||||
*/
|
||||
define('TMP_DIR', __DIR__.'/img/');
|
||||
|
||||
/**
|
||||
* Utf-8 support settings, location (language and country) and time zone.
|
||||
*/
|
||||
@ -23,7 +28,7 @@
|
||||
$prefix = $template->get_prefix();
|
||||
|
||||
//Depuración (BORRAR):
|
||||
//ini_set('display_errors', 1);
|
||||
//ini_set('display_startup_errors', 1);
|
||||
//error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
?>
|
Reference in New Issue
Block a user