mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
15 lines
253 B
PHP
15 lines
253 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: darius
|
|
* Date: 3.2.17.
|
|
* Time: 22.25
|
|
*/
|
|
|
|
require_once realpath(dirname(dirname(__DIR__)) . DIRECTORY_SEPARATOR . 'bootstrap.php');
|
|
|
|
use nntmux\Steam;
|
|
|
|
$steam = new Steam();
|
|
|
|
$steam->populateSteamAppsTable(); |