/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to system/cache.php

  • Committer: Suren A. Chilingaryan
  • Date: 2018-07-12 03:25:55 UTC
  • Revision ID: csa@suren.me-20180712032555-hpy8eu9vq9f52q1b
Fix checking if  is off in system/cache.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
        pclose($proc);
272
272
    }
273
273
} else {
274
 
    if ($multihist == false) {
 
274
    if ($multihost === false) {
275
275
        if ($source_param) {
276
276
            $res = exec('ps xa | grep "cache.php" | grep -v "grep cache.php" | grep -v "sh -c" | grep -E "' . $source_param . '\s*([\'\\-\\\\\\"]|$)" | wc -l');
277
277
            if ($res > 1) {