File: php_value_ok.php

package info (click to toggle)
gallery 1.5-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 21,172 kB
  • ctags: 4,516
  • sloc: php: 26,456; sh: 427; perl: 188; makefile: 58; xml: 48
file content (6 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
<?php /* $Id: php_value_ok.php,v 1.5 2003/07/28 09:49:27 jefmcg Exp $ */ ?>
<?php
// If we include this file it means that the php_value directive in .htaccess 
// was obeyed.
$GALLERY_PHP_VALUE_OK = 1;
?>