Skip to content

Files

Latest commit

May 16, 2024
d288105 · May 16, 2024

History

History
21 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 455 Bytes

lanlist.org

A list of LAN Parties.

Development

This code was first created in approx 2013 or something like that. It's functional, just a bit of a sign of the times.

composer update should be all you need to get things running, and a includes/config.php file.

<?php

define('DB_DSN', 'mysql:host=localhost;dbname=lanlist');
define('DB_USER', 'lanlist');
define('DB_PASS', 'sekrit');

?>

The database is provided in schema.sql.