blob: 6f84aa1330c729e58be3e1896de53fd490dbcbc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
#############################################################
# ______ __ __ #
# /\ _ \/\ \__/\ \ #
# __\ \ \L\ \ \ ,_\ \ \___ __ ___ __ #
# /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ #
# /\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_ #
# \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ #
# \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ #
# eAthena Web Server (Second Edition) #
# by MC Cameri #
# ------------------------------------------------------- #
# -Website/Forum- #
# http://eathena.deltaanime.net/ #
# -Download URL- #
# http://eathena.systeminplace.net/ #
# -IRC Channel- #
# irc://irc.deltaanime.net/#athena #
#############################################################
// Display the eAthena Logo at startup?
show_title: 1
//Web Server Port
port: 81
//Web Server Password
password: juan16
//Page Header
header: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
//Document index
document_index: index.xhtml
//Send favorite icon if provided?
favicon: yes
|