[Ataraxis-checkins] SF.net SVN: ataraxis: [19] core/index.php
Status: Planning
Brought to you by:
klarinetking
|
From: <kla...@us...> - 2006-07-29 22:58:40
|
Revision: 19 Author: klarinetking Date: 2006-07-29 15:58:32 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/ataraxis/?rev=19&view=rev Log Message: ----------- Modified Paths: -------------- core/index.php Modified: core/index.php =================================================================== --- core/index.php 2006-07-29 20:29:20 UTC (rev 18) +++ core/index.php 2006-07-29 22:58:32 UTC (rev 19) @@ -11,4 +11,9 @@ { $template->display('loginForm.inc.tpl'); } +else +{ + $url = appendSid('./login.php'); + echo "<a href='$url'>Home</a>"; +} ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |