Ignore:
Timestamp:
11/28/12 16:21:51 (11 years ago)
Author:
ramonb
Message:
  • ganglia-web compatibility fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3/web/addons/job_monarch/index.php

    r527 r686  
    2323 */
    2424
    25 ini_set("memory_limit","100M");
     25ini_set("memory_limit","500M");
    2626set_time_limit(0);
    2727
     
    4040
    4141global $GANGLIA_PATH;
    42 chdir( $GANGLIA_PATH );
     42//chdir( $GANGLIA_PATH );
    4343
    4444include_once "./class.TemplatePower.inc.php";
    45 chdir( $my_dir );
     45//chdir( $my_dir );
    4646
    4747$httpvars = new HTTPVariables( $HTTP_GET_VARS, $_GET );
Note: See TracChangeset for help on using the changeset viewer.