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