File "crons.php"

Full Path: /home/cananyalcin/public_html/core/module/client/crons.php
File size: 76 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

foreach ( glob(__DIR__.'/cron/*.php') as $cron ) {
  require $cron;
}