tbrehm
2007-08-16 b759194f1062b5167265dd17cf4fedfccfdc419d
1
2
3
4
5
6
7
<?php
 
$wb["Yes"] = 'Yes';
$wb["No"] = 'No';
$wb["error_no_permission"] = 'You do not have the right permissions to perform the action!';
 
?>