[READ-ONLY] Mirror of https://github.com/andrioid/travian.scrolls.org. Retired project. I got a bit overly engaged in an online game called Travian.
0

Configure Feed

Select the types of activity you want to include in your feed.

travian.scrolls.org / php / bootstrap.php
220 B 9 lines
1<?php 2 3include("../config.php"); // Travian scrolls config 4include("../functions.php"); // Travian scrolls config 5include_once("config.php"); 6include_once("database.class.php"); 7include_once("systemList.class.php"); 8 9?>