/[hr-web]/main.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /main.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Fri Jun 15 09:39:04 2001 UTC (22 years, 10 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +1 -0 lines
Images updated. SQL scheme changed. Minor bug fixes.

1 <?
2 include("inc/global.php");
3 if (!Auth()) exit;
4 $tpl = new MySmarty;
5 $tpl->assign("page", $page);
6 for ($i = 0; $i < count($pages); $i++)
7 $tpl->assign("page_".$i, $pages[$i].Params($i));
8 $dir = dirname($PHP_SELF)."/";
9 $tpl->assign("page_logout", $dir);
10 $tpl->show();
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.26