• This project
    • Loading...
  • Sign in

ramster cath / new_xado

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • new_xado
  • upload
  • system
  • library
  • googleshopping
  • cron.php
  • Рамиз Мирзаев's avatar
    Init commit · 2e31009c
    2e31009c
    Рамиз Мирзаев authored 2024-08-20 09:07:49 +0300
cron.php 201 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<?php

$current_dir = dirname(__FILE__);

require_once $current_dir . DIRECTORY_SEPARATOR . 'cron_functions.php';

if ($index = advertise_google_init($current_dir)) {
    require_once $index;
}