芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/system/Validator.php
make($aInputs, $aRules, $aMessages); if ($validator->fails()) { $errors = $validator->errors(); throw new \Aurora\System\Exceptions\ValidationException(implode("; ", $errors->all()), \Aurora\System\Notifications::InvalidInputParameter); } } }