added some javascript to webserver\nsome debugging
This commit is contained in:
@ -7,7 +7,12 @@ function aliases($fn, $property)
|
||||
{
|
||||
logger(DEBUG, "exists " . $fn . "/" . $property, __FILE__ . ":" . __LINE__);
|
||||
return "/" . $aliases[$fn . "/" . $property];
|
||||
}else
|
||||
{
|
||||
return "/" . _($property);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
$aliases = array(
|
||||
|
Reference in New Issue
Block a user