Exemplo n.º 1
0
 public static function SetLogfile($Logfile)
 {
     if (!defined('RD_LOG')) {
         self::$Logfile = $Logfile;
     }
     return;
 }