Убрал phptal и лишнее

This commit is contained in:
Фёдор Подлеснов 2016-07-21 14:49:21 +03:00
parent 651a841187
commit 96043d70e6
95 changed files with 4 additions and 10833 deletions

View file

@ -1,7 +1,7 @@
<?php
function loadConfig($filename) {
if (@include($filename)) {
if (@include($filename)) {
return $settings;
}
throw new Exception("config $filename not found");