Skip to content
Snippets Groups Projects
Select Git revision
  • 0589befdf53ba7b66c83ba0050a9d2613745b68e
  • master default protected
  • Legacy_Php7
3 results

htmlelements.class.php

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