ftimme
2005-12-30 fdd6fee6b96279edc1758fb7d8990153632069a4
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!';
 
?>