From 8cc6b18bcda5a20e5e07f629d93ddb444d8c2e8d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 02 Jul 2015 04:09:44 -0400
Subject: [PATCH] Get rid of array_walk() when simple foreach() can be used
---
program/include/iniset.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3d5f1fc..8636c08 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.1.0');
+define('RCMAIL_VERSION', '1.1.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
--
Gitblit v1.9.1