diff options
| author | spiderr <spider@viovio.com> | 2014-05-30 11:54:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-05-30 11:54:58 -0400 |
| commit | 07d4c5e7216ddc22b6f4957a835492b90c2987f6 (patch) | |
| tree | 6d9b6144ed4e3ef0516ee79def8f31d726cf345f /install.php | |
| parent | 647db566b15c6d2dd4b4661b382f01d3e64d8c3c (diff) | |
| download | install-07d4c5e7216ddc22b6f4957a835492b90c2987f6.tar.gz install-07d4c5e7216ddc22b6f4957a835492b90c2987f6.tar.bz2 install-07d4c5e7216ddc22b6f4957a835492b90c2987f6.zip | |
bootstrap3-css-changes
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index b4bf65f..f3aa440 100644 --- a/install.php +++ b/install.php @@ -43,7 +43,7 @@ if( get_cfg_var( 'memory_limit' ) !== FALSE && preg_replace( '/M/i','',get_cfg_v <form action="'.$dir.'/install.php"> <fieldset> <legend>Unable to run installer</legend> - <p class="alert alert-error">The memory limit of <strong>"'.get_cfg_var( 'memory_limit' ).'"</strong> is not high enough to run the bitweaver installer. Please up the memory limit in you php.ini to at least 16M to install and run bitweaver.</p> + <p class="alert alert-danger">The memory limit of <strong>"'.get_cfg_var( 'memory_limit' ).'"</strong> is not high enough to run the bitweaver installer. Please up the memory limit in you php.ini to at least 16M to install and run bitweaver.</p> </fieldset> <div class="row submit"> <input type="submit" value="Reload" size="20"/> |
