Project

General

Profile

« Previous | Next » 

Revision ad2879b8

Added by PiBa-NL almost 10 years ago

bootstrap, use require_once for classes/Form.class.php

View differences:

src/usr/local/www/system_camanager.php
439 439
	exit;
440 440
}
441 441

  
442
require('classes/Form.class.php');
442
require_once('classes/Form.class.php');
443 443
$form = new Form;
444 444
//$form->setAction('system_camanager.php?act=edit');
445 445
if (isset($id) && $a_ca[$id])

Also available in: Unified diff