Changeset 860 for trunk/xpressme_integration_kit/admin
- Timestamp:
- Jun 15, 2016, 9:52:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/admin/index.php
r835 r860 165 165 include(dirname(__FILE__) . '/../wp-includes/version.php'); 166 166 require_once dirname(dirname( __FILE__ )).'/include/memory_limit.php' ; 167 $db =& XoopsDatabaseFactory::getDatabaseConnection(); 167 168 168 169 if ($is_report) { … … 173 174 if (defined('LIBXML_DOTTED_VERSION')) echo LIBXML_DOTTED_VERSION ; else echo "Can't detect."; 174 175 echo "<br />\n";; 175 echo "MySQL Version: " . mysql _get_server_info() . "</text><br />";176 echo "MySQL Version: " . mysqli_get_server_info($db->conn) . "</text><br />"; 176 177 echo "XOOPS Version: " . XOOPS_VERSION . "</text><br />"; 177 178 echo "XPressME Version: " . $xoopsModule->getInfo('version') . ' ' . $xoopsModule->getInfo('codename') . "<br />\n"; … … 247 248 if (defined('LIBXML_DOTTED_VERSION')) echo LIBXML_DOTTED_VERSION ; else echo "Can't detect."; 248 249 echo "</text><br />"; 249 echo "<label>" . "<strong>MySQL Version:</strong>" . ":</label><text>" . mysql _get_server_info() . "</text><br />";250 echo "<label>" . "<strong>MySQL Version:</strong>" . ":</label><text>" . mysqli_get_server_info($db->conn) . "</text><br />"; 250 251 echo "<label>" . "<strong>XOOPS Version:</strong>" . ":</label><text>" . XOOPS_VERSION . "</text><br />"; 251 252 echo "<label>" . "<strong>XPressME Version:</strong>" . ":</label><text>" . $xoopsModule->getInfo('version') . ' ' . $xoopsModule->getInfo('codename') . "</text><br />";
Note: See TracChangeset
for help on using the changeset viewer.