1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/objects/ajaxErrorCatcher.php
2020-01-29 18:42:54 -03:00

7 lines
130 B
PHP

<?php
ini_set('error_log', '../videos/avideo.js.log');
if(!empty($_GET['error'])){
error_log("[aEC] ".$_GET['error']);
}
?>