Debug serveur stats\nDebug
This commit is contained in:
@ -2,4 +2,14 @@
|
||||
$varPath = "/usr/share/moha/";
|
||||
$mohaPath = "/home/daniel/moha";
|
||||
$configPath = "/etc/moha/";
|
||||
|
||||
|
||||
function logger($level, $log, $pos = "")
|
||||
{
|
||||
global $logLevel;
|
||||
if ($level & $logLevel)
|
||||
{
|
||||
print ("MOHA-" . $level . $log .$pos . EOL);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user