Menu

[r47]: / html / rights_menu.php  Maximize  Restore  History

Download this file

36 lines (35 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
session_start();
$user_ID=$_SESSION[user_ID];
if (!$user_ID || $user_ID=='0')
{
header('location: index.php');
die('Login failed');
}
require("util.php");
$sql = new MySQL_class;
$sql->Create("generator");
$esql = new MySQL_class;
$esql->Create("generator");
if ($_GET[project]) { $_SESSION[var_project] = $_GET[project]; }
if ($_GET[table]) { $_SESSION[var_table] = $_GET[table]; }
if ($_GET[screen]) { $_SESSION[var_screen] = $_GET[screen]; }
if ($_GET[sheet]) { $_SESSION[var_sheet] = $_GET[sheet]; }
$project=$_SESSION[var_project];
$table=$_SESSION[var_table];
$screen=$_SESSION[var_screen];
$sheet=$_SESSION[var_sheet];
?>
<html>
<head>
<link href="list.css" type="text/css" rel=stylesheet>
<meta content="text/css" http-equiv="Content-Style-Type">
<title>Screen generator Scherm: Menu</title>
</head>
<script type="text/javascript" src="handlers.js" language="JavaScript">
alert ("no code");
</script>
<body class="menu">
array("project","rights_projects.php",array(array("list","rights_projects.php")array("project","rights_project.php",array(array("project","rights_project.php")array("project","rights_screen.php",array(array("screen","rights_screen.php")array("project","rights_table.php",array(array("table","rights_table.php")array("project","rights_sheet.php",array(array("sheet","rights_sheet.php")array("Users","rights_users.php",array()),
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.