Intento de fix whitescreen #1

This commit is contained in:
Markines16 2021-06-08 11:30:31 +02:00 committed by GitHub
parent 84fa1c230c
commit 5f1b02a3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -140,9 +140,7 @@
static function success(){
$msg = "operacion completada con exito";
if(isset($_GET["new"])) $msg = "La sala se ha creado con exito";
if(isset($_GET["edit"])) $msg = "La sala se ha editado con exito";
if(isset($_GET["del"])) $msg = "La sala se ha eliminado con exito";
if(isset($_GET["msg"])) $msg = $_GET["msg"];
$panel = '<div class="code info">
<h1>Operacion completada.</h1>