# shiftcontroller/4.9.68/hc3/cron.php

ShiftController Employee Shift Scheduling, version 4.9.68. 6 lines.

- Page: https://pluginprobe.com/plugins/shiftcontroller/4.9.68/code/hc3/cron.php
- Raw: https://pluginprobe.com/plugins/shiftcontroller/4.9.68/raw/hc3/cron.php
- Modified: 2022-01-16T13:05:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shiftcontroller/4.9.68/code/hc3/cron.php#L10-L20`.

```php
<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
class HC3_Cron
{
	public function run()
	{}
}
```
