mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-15 04:47:05 +01:00
Version 8.0 beta
This commit is contained in:
@@ -7,7 +7,7 @@ class Settings
|
||||
public function __construct()
|
||||
{
|
||||
// Set version number and document root as core settings
|
||||
$this->versionNo = "7.0";
|
||||
$this->versionNo = "8.0 beta";
|
||||
$this->docRoot = $_SERVER['DOCUMENT_ROOT'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user