Changeset 560 for trunk/plog-globals.php

Show
Ignore:
Timestamp:
07/15/08 17:05:24 (5 months ago)
Author:
sidtheduck
Message:

+ Fix for ticket #179
+ Fixes for miscellaneous minor bugs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-globals.php

    r550 r560  
    11<?php 
    2 ini_set('include_path', ini_get('include_path')); 
     2@ini_set('include_path', ini_get('include_path')); 
    33@ini_set("arg_separator.output","&amp;"); 
    44if (intval(ini_get("max_execution_time")) < 300){