1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Fix fatal error with modrewite disabled

This commit is contained in:
DanielnetoDotCom 2021-05-05 23:57:57 -03:00
parent 712eaa2384
commit 3c9114119f

View file

@ -109,3 +109,8 @@
</div>
</body>
</html>
<?php
function __($text){
return $text;
}
?>