From: David G. <dg...@ip...> - 2004-04-06 16:11:02
|
Hello, Those scripts are deprecated, please ignore them. What version of ossim do you have? If your ossim install still uses those scripts please upgrade to the latest version 0.9.3. Os and Mac changes are now managed directly from agent, there is no need of these external scripts. Greatings David. El mar, 06-04-2004 a las 17:43, Jordi Figueras escribi=F3: > With my Mysql version (3.23) I've needed to do this changes on > =20 > /var/www/ossim/control_panel/os.php > /var/www/ossim/control_panel/mac.php > =20 > at line 21 > =20 > =20 > $args =3D "ORDER by $order LIMIT $count OFFSET $offset "; >=20 > change to=20 > =20 > $args =3D "ORDER by $order LIMIT $offset,$count "; > =20 > Is it correct? > =20 > =20 > =20 |