summaryrefslogtreecommitdiff
path: root/requirements/index.php
diff options
context:
space:
mode:
authorxue <>2006-02-11 21:30:59 +0000
committerxue <>2006-02-11 21:30:59 +0000
commitc56b1bdb0065b752930f74eabe20f985722268ac (patch)
treed223bf62103c8c4a222e5b643e7177cfe490281a /requirements/index.php
parent7670361a4fb7d660352ba998da821c51da18c448 (diff)
Added TSecurityManager and state encryption method.
Diffstat (limited to 'requirements/index.php')
-rw-r--r--requirements/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/index.php b/requirements/index.php
index 37fff44f..9a29d210 100644
--- a/requirements/index.php
+++ b/requirements/index.php
@@ -37,6 +37,7 @@ $requirements = array(
array(false,'extension_loaded("zlib")','Zlib check','Zlib extension optional'),
array(false,'extension_loaded("sqlite")','SQLite check','SQLite extension optional'),
array(false,'extension_loaded("memcache")','Memcache check','Memcache extension optional'),
+ array(false,'extension_loaded("mcrypt")','Mcrypt check','Mcrypt extension optional'),
);
$results = "<table class=\"result\">\n";