Commit 71dc1cb242a96d939adf4834d7e2a88cfcfefb04

Authored by Prince Mbekwa
1 parent f5ea4f8c

changed php recommended versions

lib/actions/actionregistry.inc.php
... ... @@ -5,7 +5,7 @@
5 5 * KnowledgeTree Community Edition
6 6 * Document Management Made Simple
7 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  8 + * John
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify it under
11 11 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/bulkaction.php
... ... @@ -6,7 +6,7 @@
6 6 * KnowledgeTree Community Edition
7 7 * Document Management Made Simple
8 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  9 + * John
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify it under
12 12 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/documentaction.inc.php
... ... @@ -5,7 +5,7 @@
5 5 * KnowledgeTree Community Edition
6 6 * Document Management Made Simple
7 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  8 + * John
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify it under
11 11 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/documentviewlet.inc.php
... ... @@ -6,7 +6,7 @@
6 6 * KnowledgeTree Community Edition
7 7 * Document Management Made Simple
8 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  9 + * John
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify it under
12 12 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/entitylist.php
... ... @@ -6,7 +6,7 @@
6 6 * KnowledgeTree Community Edition
7 7 * Document Management Made Simple
8 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  9 + * John
10 10 *
11 11 * This program is free software; you can redistribute it and/or modify it under
12 12 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/folderaction.inc.php
... ... @@ -5,7 +5,7 @@
5 5 * KnowledgeTree Community Edition
6 6 * Document Management Made Simple
7 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  8 + * John
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify it under
11 11 * the terms of the GNU General Public License version 3 as published by the
... ...
lib/actions/portletregistry.inc.php
... ... @@ -5,7 +5,7 @@
5 5 * KnowledgeTree Community Edition
6 6 * Document Management Made Simple
7 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8   - * Portions copyright The Jam Warehouse Software (Pty) Limited
  8 + * John
9 9 *
10 10 * This program is free software; you can redistribute it and/or modify it under
11 11 * the terms of the GNU General Public License version 3 as published by the
... ...
setup/wizard/steps/dependencies.php
... ... @@ -42,7 +42,7 @@
42 42  
43 43 class dependencies extends Step
44 44 {
45   - private $maxPHPVersion = '5.2.11';
  45 + private $maxPHPVersion = '5.3';
46 46 private $minPHPVersion = '5.0.0';
47 47 private $done;
48 48 private $versionSection = false;
... ... @@ -400,4 +400,4 @@ class dependencies extends Step
400 400 $this->temp_variables['configurationSection'] = $this->configurationSection;
401 401 }
402 402 }
403   -?>
404 403 \ No newline at end of file
  404 +?>
... ...
setup/wizard/templates/dependencies.tpl
... ... @@ -44,7 +44,7 @@
44 44 <div class="php_details" style="display:<?php echo $display; ?>">
45 45 <?php } ?>
46 46 <p class="description">
47   - Your version of PHP must be between 5.0 and 5.2.11 to run optimally. Versions higher than 5.3.2 are not recommended.
  47 + Your version of PHP must be between 5.0 and 5.2 to run optimally. Versions that are 5.3 or higher are not recommended.
48 48 </p>
49 49 <?php echo "<span class='{$version['class']}'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>{$version['version']}"; ?>
50 50 <?php if($version['class'] != 'tick') { ?>
... ... @@ -175,4 +175,4 @@
175 175 <input type="submit" name="Previous" value="Previous" class="button_previous"/>
176 176 <input type="submit" name="Next" value="Next" class="button_next"/>
177 177 </form>
178   -<?php if (AJAX) { echo $html->js('form.js'); } ?>
179 178 \ No newline at end of file
  179 +<?php if (AJAX) { echo $html->js('form.js'); } ?>
... ...