X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/70ef8b62924047a377924aa21ea9e05f05d9e5ec..6e6538b18dfeef58d5db02165f80162c727d5092:/src/faq.ingresarPregunta.php?ds=inline diff --git a/src/faq.ingresarPregunta.php b/src/faq.ingresarPregunta.php index 14b0c33..1fa97f1 100644 --- a/src/faq.ingresarPregunta.php +++ b/src/faq.ingresarPregunta.php @@ -1,34 +1,51 @@ - +getCreditos() > 0 ) + { + faq_form_ingresar_pregunta(); + } + else + { + echo "No esta habilitado para dar de alta una pregunta, solicite credito al administrador del sistema"; + } +} +else +{ + // Verifica que la persona sea asesor o tenga credito suficiente para preguntar + if ( $_SESSION['user']->getCreditos() > 0 ) + { + faq_form_ingresar_pregunta(); + } + else + { + echo "No esta habilitado para dar de alta una pregunta, solicite credito al administrador del sistema"; + } +} + +marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar', 'img/j.jpg'); + +?> \ No newline at end of file