Commit f01cf654394113d8c80f994c59e4fc0a32894dd9
1 parent
0fb2aa8a
Exists in
master
Removido código deprecado google analytics
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
ieducar/intranet/include/clsControlador.inc.php
| ... | ... | @@ -216,7 +216,6 @@ class clsControlador |
| 216 | 216 | $templateFile = fopen($templateName, "r"); |
| 217 | 217 | $templateText = fread($templateFile, filesize($templateName)); |
| 218 | 218 | $templateText = str_replace( "<!-- #&ERROLOGIN&# -->", $this->messenger->toHtml('p'), $templateText); |
| 219 | - $templateText = str_replace( "#&GOOGLE_ANALYTICS_DOMAIN_NAME&#", $_SERVER['HTTP_HOST'], $templateText); | |
| 220 | 219 | |
| 221 | 220 | $requiresHumanAccessValidation = isset($_SESSION['tentativas_login_falhas']) && |
| 222 | 221 | is_numeric($_SESSION['tentativas_login_falhas']) && | ... | ... |