http://cgit.drupalcode.org/ocupload/tree/ocupload.module#n51

this looks like an accident waiting to happen.

Comments

killes@www.drop.org’s picture

I am referring to this piece of code:

$items['ocupload/upload'] = array(
'title' => 'Upload file',
'page callback' => 'ocupload_upload',
'access callback' => TRUE,
'file' => 'ocupload.inc',
'type' => MENU_CALLBACK,
);

xandeadx’s picture

Acces control in _ocupload_get_appropriate_template()

xandeadx’s picture

Status: Active » Closed (won't fix)