Event cinema RSS v1

This commit is contained in:
2017-04-17 22:51:20 +12:00
parent 9c38c15e6b
commit 428033152c
5 changed files with 153 additions and 0 deletions

7
settings.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
class Settings
{
const DEBUG = true;
const TEXT_ENC = 'UTF-8';
}