Fix comment

This commit is contained in:
slawkens 2020-02-07 00:22:44 +01:00
parent c821f76f0f
commit d7e6916d8f

View File

@ -1,7 +1,7 @@
<?php
/**
* Ajax validator
* Returns xml file with result
* Returns json with result
*
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
@ -99,5 +99,3 @@ function error_($desc) {
));
exit();
}
?>