@@ -2,7 +2,7 @@
/*
*
* OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
* http://www.opengamepanel.org/
- * Copyright (C) 2008 - 2010 The OGP Development Team
@@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
chdir(realpath(dirname(__FILE__))); /* Change to the current file path */
chdir("../.."); /* Base path to ogp web files */
// Report all PHP errors
function exec_ogp_module()
{
global $db, $view;
require('includes/config.inc.php');