1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-09-29 03:37:08 +02:00
my-idlers/index.php

4 lines
73 B
PHP
Raw Permalink Normal View History

<?php
require_once('class.php');
$idle = new idlers();
$idle->mainPage();