/[phpcompta]/phpcompta/html/user_login.php
ViewVC logotype

Diff of /phpcompta/html/user_login.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.9 by sparkyx, Tue Oct 25 12:10:26 2005 UTC
# Line 27  include_once ("class_user.php"); Line 27  include_once ("class_user.php");
27  $User=new cl_user($rep);  $User=new cl_user($rep);
28    
29  $User->Check();  $User->Check();
30  html_page_start($_SESSION['use_theme']);  html_page_start($_SESSION['g_theme']);
31  include_once("user_menu.php");  include_once("user_menu.php");
32    
33  $priv=($User->admin==1)?"Administrator":"User";  $priv=($User->admin==1)?"Administrator":"User";

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26