X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=inc%2Fclass.eq.inc.php;h=a5cc2b4df67691b13f929f8b6fb99894078d34d4;hb=c98a532f9ec4c806eda3e0a91ebbf7da6886102e;hp=e8b0fa453058fea8954f6bdce2783b4ca5c0a44e;hpb=ff9fe56b29ea1d02844bc54d8a9864c120ff5c17;p=eq%2F.git diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index e8b0fa4..a5cc2b4 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -68,12 +68,12 @@ class eq function eq() { - if(file_exists('setup/eq_config.local')) { - include('setup/eq_config.local'); + if(file_exists("setup/eq_config.local")) { + include("setup/eq_config.local"); } else { - include('setup/eq_config'); + include("setup/eq_config"); } - + $this->script_path = "$this->application_path"."/bin"; $this->max_presidency_members = 99; $this->max_appointments = 32768;