Skip to content
Snippets Groups Projects
Select Git revision
  • 5404ec735ff7c0cb002e259437760f6c44691556
  • master default protected
  • update-renderer-class
3 results

cronlog_cfg.php

Blame
  • cronlog_cfg.php 105 B
    <?php
    $sLithiumDir='/var/www/cronlogs';
    
    if(is_dir($sLithiumDir)){
        $this->_sDataDir = $sLithiumDir;
    }