crunchbutton/cli/_renotify_reps.php

10 lines
254 B
PHP
Executable File

#!/usr/local/bin/php
<?php
error_reporting(E_ERROR | E_PARSE);
ini_set('display_errors',true);
set_time_limit(100);
require_once('../include/crunchbutton.php');
$notification = new Crunchbutton_Admin_Notification();
$notification->resendNotification();