/***
*
**/
class eerrors {
static $errors = array();
/***
* ""
**/
public static function add($error_text) {
self::$errors[] = $error_text;
}
}
Deprecated: Automatic conversion of false to array is deprecated in /home/admin/web/anwalten.online/public_html/source/classes/eurl.php on line 25