6 lines
93 B
PHP
6 lines
93 B
PHP
<?php
|
|
|
|
foreach (glob("/opt/Twitterbot/inc/*.php") as $filename) require_once($filename);
|
|
|
|
?>
|