Ver código fonte

Removed closing PHP tags.

System Void 11 anos atrás
pai
commit
fe21f1cc32
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      web/login/index.php

+ 0 - 2
web/login/index.php

@@ -90,5 +90,3 @@ if (empty($_SESSION['language'])) $_SESSION['language']='en';
 require_once($_SERVER['DOCUMENT_ROOT'].'/inc/i18n/'.$_SESSION['language'].'.php');
 require_once('../templates/header.html');
 require_once('../templates/login.html');
-
-?>