SSB/config.php

19 lines
1.0 KiB
PHP
Executable File

<?php
///////
// SSB - Simple Social Board
// (C) Chris Dorman, GPL v3 (2013-2020)
// https://github.com/Pentium44/SSB
// Version: 2.1.0
///////
$ssbtitle = "Secure Space"; // SM title
$desc = "Simple, ad-free, yet flexible social media platform to the user; for the user! " . $ssbtitle . " is powered by SSB.<br /><br />With a fresh account, you'll need to send invites to friends that use this platform! After the friend requests are accepted, you'll have view of feed posts from friends including yourself by timestamp newest to oldest.<br /><b>NOTE:</b> The chat room is in no way private, and can be seen by anyone with an account! Please be cautious and safe online! Private messages are user to user and are safe with us!"; // platform description
$domain = "secure.space.cddo.cc"; // where is SSB operating?
$admin = "Chraas"; // Administrator account username
$version = "2.1.0"; // version
$chat_db = "ssb_db/friends/chatdb.txt"; //Temp chat db
$server_msgcount = "52"; // for chat page
$user_max_upload = "422194304";
?>