Add files via upload
This commit is contained in:
@ -563,6 +563,14 @@ textarea {
|
||||
height: 110%;
|
||||
}
|
||||
|
||||
/* Preformatted Text */
|
||||
pre {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
fieldset pre {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
footer {
|
||||
|
@ -44,4 +44,9 @@
|
||||
* @see http://php.net/manual/en/language.types.callable.php
|
||||
*/
|
||||
register_shutdown_function(array($app, 'shutdown'));
|
||||
|
||||
//Depuración (BORRAR):
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user