[geeklog-devel] Web Installer and integrated online config testing

Blaine Lang devel at portalparts.com
Sat Sep 1 18:51:38 EDT 2007


Dirk Haun wrote:


> That's what my COM_refresh does - and it has the same problem when you call up /staticpages/index.php (or some other plugin).


Why would care if someone enters a URL to staticpages, when GL is not installed?
<index.php>

if (!file_exists('installed.lock')) {
header("Location: admin/install/index.php");
}



> Blaine Lang wrote:

>

>

>> Now for index.php could we not use (if we detect GL has not yet been

>> installed).

>> header("Location: admin/install/index.php");

>>

>

> That's what my COM_refresh does - and it has the same problem when you

> call up /staticpages/index.php (or some other plugin).

>

> bye, Dirk

>

>

>




More information about the geeklog-devel mailing list