mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-03 12:06:40 -04:00
Oficially bump minimal PHP version to 5.3.0
This commit is contained in:
parent
23fab964ee
commit
884310add6
7 changed files with 13 additions and 13 deletions
|
@ -117,9 +117,9 @@ class privatebin
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '5.2.6') < 0)
|
||||
if (version_compare(PHP_VERSION, '5.3.0') < 0)
|
||||
{
|
||||
throw new Exception(i18n::_('PrivateBin requires php 5.2.6 or above to work. Sorry.'), 1);
|
||||
throw new Exception(i18n::_('PrivateBin requires php 5.3.0 or above to work. Sorry.'), 1);
|
||||
}
|
||||
|
||||
// load config from ini file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue