Open-AudIT
https://www.open-audit.org/phpBB3/

$page in include.php ? [fixed]
https://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=1014
Page 1 of 1

Author:  Shredder [ Mon Jul 24, 2006 11:26 pm ]
Post subject:  $page in include.php ? [fixed]

Juste extract openaudit, got a warning in http://winventory/openaudit/admin_pc_add_1.php

The two notice is about a Undefined variable:

[code]
<?php if ($page == NULL) { ?>
[/code]

[code]
if ($page <> "setup"){
[/code]

So I guess the variable is $page, where do you define it ?

Author:  Mark [ Tue Jul 25, 2006 8:49 am ]
Post subject: 

$page is defined at the beginning of each page - before include.php is called.
Have fixed it for admin_add_pc_1.php, but will need to address this, project wide.

Mark.

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/