remove settings file from repo

This commit is contained in:
2016-06-22 19:36:34 +02:00
parent 8a78de3ad8
commit b7c12f981d
2 changed files with 0 additions and 17 deletions

View File

@@ -131,7 +131,6 @@ function updateFeed(bFirstChunk)
var $Posts = $('#posts_list');
if(bFirstChunk===true)
{
console.log('first');
$Posts.empty();
self.tmp('news_chunk', 0);
}

View File

@@ -1,16 +0,0 @@
<?php
class Settings
{
const DB_SERVER = 'localhost';
const DB_LOGIN = 'root';
const DB_PASS = '0nadmin';
const DB_NAME = 'spot';
const DB_ENC = 'utf8mb4';
const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris';
const API_KEY = '';
const DEBUG = true;
}
?>