This commit is contained in:
korrinofficialandreal 2023-07-03 21:49:05 -06:00
commit f0ba40e17c
3 changed files with 12 additions and 12 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.exe
*.php

View File

@ -1,3 +1,12 @@
# sop.epic
Plaza based™ social media site based off of heavily modified Indigo (https://github.com/PF2M/Indigo)
Plaza based™ social media site based off of heavily modified Indigo (https://github.com/PF2M/Indigo)
Basic setup:
First go look at the original github page for setup
<br>
After that just go into the db and make the following communities:<br>
id = 0 and name it timeline<br>
id = 1 and name it Plaza<br>
id = 2 and name it piracy cabal network (very optional)<br>

View File

@ -1,11 +0,0 @@
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/dashboard/');
exit;
?>
Something is wrong with the XAMPP installation :-(