mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
ini_set('error_log', '../videos/avideo.js.log');
|
|
if(!empty($_GET['error'])){
|
|
error_log("[aEC] ".$_GET['error']);
|
|
}
|
|
|
|
?>
|