Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 9347541fe87a5ea3f3b8dbc50f660e8e > files > 329

libQGLViewer-devel-1.3.6-1mdk.i586.rpm

#!/bin/sh
DOXYSEARCH=/disc/www/scripts/DOXYGEN/doxysearch
DOXYPATH="/disc/www/IMAGIS/Membres/Gilles.Debunne/CODE/QGLViewer/refManual "
if [ -f $DOXYSEARCH ]
then
  $DOXYSEARCH $DOXYPATH
else
  echo "Content-Type: text/html"
  echo ""
  echo "<h2>Error: $DOXYSEARCH not found. Check cgi script!</h2>"
fi