File: php_value_ok.php

package info (click to toggle)
gallery 1.5.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,712 kB
  • ctags: 6,567
  • sloc: php: 33,824; sh: 446; xml: 96; makefile: 88; perl: 61
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
<?php /* $Id: php_value_ok.php 3374 2003-07-28 09:49:27Z jefmcg $ */ ?>
<?php
// If we include this file it means that the php_value directive in .htaccess 
// was obeyed.
$GALLERY_PHP_VALUE_OK = 1;
?>