diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-17 18:59:26 -0700 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-17 18:59:26 -0700 |
commit | 7a1448c64f58e8bcbc3fc8fb936c8bda64ec1a87 (patch) | |
tree | 9f4e57da2dc531e10ad169da49d366da94faa102 /doc | |
parent | 9b66f16a01d3a3ac0a655c224a7b641853c0079e (diff) | |
parent | 8e22e72b2ec5d2f61fe8da57d310c11f43fc6587 (diff) | |
download | volse-hubzilla-7a1448c64f58e8bcbc3fc8fb936c8bda64ec1a87.tar.gz volse-hubzilla-7a1448c64f58e8bcbc3fc8fb936c8bda64ec1a87.tar.bz2 volse-hubzilla-7a1448c64f58e8bcbc3fc8fb936c8bda64ec1a87.zip |
Merge pull request #54 from beardy-unixer/master
Typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Install.md b/doc/Install.md index 5ce6950bd..9882ff3a9 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -11,7 +11,7 @@ Before you begin: Choose a domain name or subdomain name for your server. - Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file - - PHP 5.3 + - PHP 5.3 or later - PHP *command line* access with register_argc_argv set to true in the php.ini file - curl, gd, mysql, and openssl extensions |