causefx 8 vuotta sitten
vanhempi
commit
b46d71675e
3 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 0
      .gitignore
  2. 1 1
      api.php
  3. 1 1
      functions.php

+ 1 - 0
.gitignore

@@ -79,3 +79,4 @@ test*.php
 tracy/
 logs/
 debug.php
+OrganizrV2/*

+ 1 - 1
api.php

@@ -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";

+ 1 - 1
functions.php

@@ -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'); }