Merge branch 'main' of https://fem.mint.lgbt/korrinofficialandreal/sop.epic
This commit is contained in:
commit
f0ba40e17c
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.exe
|
||||
*.php
|
11
README.md
11
README.md
|
@ -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>
|
11
infucks.php
11
infucks.php
|
@ -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 :-(
|
Loading…
Reference in a new issue