mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
24fa162413
[ci skip] [skip ci]
10 lines
154 B
PHP
10 lines
154 B
PHP
<?php
|
|
|
|
require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap.php';
|
|
|
|
use nntmux\Steam;
|
|
|
|
$steam = new Steam();
|
|
|
|
$steam->populateSteamAppsTable();
|