|
|
Usar:
|
|
|
Criar uma arquivo cagentocronchecker.php e enviar na raiz do projeto
|
|
|
Acessar dominio/cagentocronchecker.php
|
|
|
|
|
|
|
|
|
```
|
|
|
<?php
|
|
|
|
... | ... | @@ -19,8 +24,7 @@ echo 'a{text-decoration: none;color: #666;font-weight: 600;}'; |
|
|
echo 'a:hover {text-decoration: underline;}';
|
|
|
echo '</style>';
|
|
|
|
|
|
// Only for urls
|
|
|
// Don't remove this
|
|
|
|
|
|
$_SERVER['SCRIPT_NAME'] = str_replace(basename(__FILE__), 'index.php', $_SERVER['SCRIPT_NAME']);
|
|
|
$_SERVER['SCRIPT_FILENAME'] = str_replace(basename(__FILE__), 'index.php', $_SERVER['SCRIPT_FILENAME']);
|
|
|
|
... | ... | |