Allow only authenticated access to queryads.php

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-12-10 19:38:16 -03:00
parent 9c5c42c67e
commit f8c121407d

View File

@@ -7,6 +7,11 @@
* Please see LICENSE file for your rights under this license.
*/
require 'password.php';
if (!$auth) {
exit('Not authorized');
}
while (ob_get_level() > 0) {
ob_end_flush();
}