remove settings file from repo
This commit is contained in:
@@ -131,7 +131,6 @@ function updateFeed(bFirstChunk)
|
||||
var $Posts = $('#posts_list');
|
||||
if(bFirstChunk===true)
|
||||
{
|
||||
console.log('first');
|
||||
$Posts.empty();
|
||||
self.tmp('news_chunk', 0);
|
||||
}
|
||||
|
||||
16
settings.php
16
settings.php
@@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user