Swapping back to vi as default editor

This commit is contained in:
Luke Cousins 2016-03-24 15:15:58 +00:00
parent 2ede18a614
commit 0e54831072
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ We also need to install php5-gd (as of 1.28.107, this is not installed)
**Step 6**: Edit Timezone in PHP **Step 6**: Edit Timezone in PHP
``sudo nano /etc/php5/apache2/php.ini`` ``sudo vi /etc/php5/apache2/php.ini``
Look for [Date] and inside it you will see a date.timezone Look for [Date] and inside it you will see a date.timezone
that is commented. remove the comment and specific your timezone. that is commented. remove the comment and specific your timezone.
Please make sure the timezone is valid (see [this](http://php.net/manual/en/timezones.php)) Please make sure the timezone is valid (see [this](http://php.net/manual/en/timezones.php))