Slight README.md update and remove old commented code, will do a much larger update to README.md later

This commit is contained in:
Daniel Saunders 2018-03-01 20:55:19 -05:00
parent 3fd37ab2fc
commit cb7c8aba97
2 changed files with 8 additions and 10 deletions

View File

@ -55,10 +55,15 @@ Installation
development version with:
git clone git://github.com/vichan-devel/vichan.git
2. Navigate to ```install.php``` in your web browser and follow the
2. Download and install required external third-party dependencies
into the ```vendor/``` directory with:
composer install
3. Navigate to ```install.php``` in your web browser and follow the
prompts.
3. vichan should now be installed. Log in to ```mod.php``` with the
4. vichan should now be installed. Log in to ```mod.php``` with the
default username and password combination: **admin / password**.
Please remember to change the administrator account password.

View File

@ -13,13 +13,6 @@ $twig = false;
function load_twig() {
global $twig, $config;
/*Twig_Autoloader::register();
Twig_Autoloader::autoload('Twig_Extensions_Node_Trans');
Twig_Autoloader::autoload('Twig_Extensions_TokenParser_Trans');
Twig_Autoloader::autoload('Twig_Extensions_Extension_I18n');
Twig_Autoloader::autoload('Twig_Extensions_Extension_Tinyboard');*/
$loader = new Twig_Loader_Filesystem($config['dir']['template']);
$loader->setPaths($config['dir']['template']);
$twig = new Twig_Environment($loader, array(