Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Sat Mar 30, 2024 1:22 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Thu Mar 12, 2009 5:23 am 
Offline
Newbie

Joined: Sun Feb 15, 2009 1:02 am
Posts: 1
I installed revision 1135 on my Audit server this morning. After refreshing the webpages, the "All Mapped Drives" menu option was no longer available under the "Queries" menu option. In its place was a menu option for "All Dell Warranty". After looking at the "include_menu_array.php" file, it appears that the following code at the bottom of the file was causing this problem.

[code]
if ((isset($show_dell_warranty ))and($show_dell_warranty == 'y')) {
$menue_array['misc']['10']['childs']['180']=array("name"=>"All Dell Warranty", "link"=>"./list.php?view=all_dell_warranty", "image"=>"images/notes_l.png", "title"=>"Audit the LDAP Directory.",);
};
[/code]

I changed the '180' value to '175' and now both the mapped drives option and the dell warranty menu options exist and are working. I am definately not a PHP developer. If there is a better way to fix this, I am all ears.

[code]
if ((isset($show_dell_warranty ))and($show_dell_warranty == 'y')) {
$menue_array['misc']['10']['childs']['175']=array("name"=>"All Dell Warranty", "link"=>"./list.php?view=all_dell_warranty", "image"=>"images/notes_l.png", "title"=>"Audit the LDAP Directory.",);
};
[/code]

By the way, Open Audit is great software. Keep up the good work.


Top
 Profile  
Reply with quote  
PostPosted: Thu Mar 12, 2009 5:34 pm 
Offline
Open-AudIT Fellow

Joined: Thu May 17, 2007 5:47 pm
Posts: 568
Location: Italy
Thank you for pointing that out, fixed at SVN 1136 (I moved the link at the bottom of the list).

_________________
Edoardo


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group