Menu

#5 A little Bug

open
nobody
None
5
2006-11-03
2006-11-03
burak
No

in file web.php

line 114 and 126 should be
$dp_event = isset($_POST['dp_event']) ?
$_POST['dp_event'] :
isset($_GET['dp_event'])?$_GET['dp_event']:'';

not

$dp_event = $_POST['dp_event'] ? $_POST['dp_event'] :
$_GET['dp_event'];

'cos when i request index.php i have neither a post
variable nor request variable.

anyway seems like project does not continue anymore

sincerely

Discussion


Log in to post a comment.

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.