MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Installation script for Ubuntu 12.04 #471

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a simple change.  The current installation script for Ubuntu 12.04LTS 
looks like it runs perfectly until it gets to line 349 where it's waiting until 
the user finishes setup.  The path currently is:

$WWW_PATH/$GUI_NAME/includes/config.php

I believe it should be:

$WWW_PATH/$GUI_NAME/resources/config.php

I haven't tried it yet (that's next) but I researched the index.php file and 
there's code there that actually moves it to the correct path which, I assume, 
happened after an update.

Thanks!
Phil Mickelson

Original issue reported on code.google.com by p...@cbasoftware.com on 4 Oct 2013 at 9:05

GoogleCodeExporter commented 9 years ago
Double checked the both stable and dev branch install scripts and they both use 
resources/config.php so this must have been fixed some time ago.

Original comment by markjcrane@gmail.com on 8 Apr 2014 at 5:05