@@ -79,3 +79,4 @@ test*.php
tracy/
logs/
debug.php
+OrganizrV2/*
@@ -14,7 +14,7 @@ if (isset($_GET['v'])) {
unset($_POST['a']);
unset($_POST['k']);
unset($_POST['v']);
-
+$result = array();
//Check Key
if (!isset($key)) {
$result['error'] = "No API Key Set";
@@ -2,7 +2,7 @@
// ===================================
// Define Version
- define('INSTALLEDVERSION', '1.61');
+ define('INSTALLEDVERSION', '1.7');
$debugOrganizr = true;
if($debugOrganizr == true && file_exists('debug.php')){ require_once('debug.php'); }