mirror of
https://github.com/php/web-news.git
synced 2026-03-23 23:02:11 +01:00
9 lines
180 B
PHP
9 lines
180 B
PHP
<?php
|
|
|
|
# Why autoload when you can just load?
|
|
|
|
require_once 'lib/common.php';
|
|
require_once 'lib/config.php';
|
|
require_once 'lib/Web/News/Nntp.php';
|
|
require_once 'lib/fMailbox.php';
|