Skip to content

Commit

Permalink
revert changes and keep twinpeaks as the domain name, continue photon…
Browse files Browse the repository at this point in the history
… setup in other branch
  • Loading branch information
rkevin-arch committed Mar 22, 2020
1 parent 76d8d8d commit 837919b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/beamsplitter/beamsplitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from time import sleep
from docker import from_env as docker_init

DOMAIN="photon.rkevin.dev"
DOMAIN="twinpeaks.cs.ucdavis.edu"

validservices=[
"adminme",
Expand Down
2 changes: 1 addition & 1 deletion utils/beamsplitter/start.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$domain="photon.rkevin.dev";
$domain="twinpeaks.cs.ucdavis.edu";

preg_match('/[a-z]+/', $_GET['challenge'],$safevar);
if($safevar[0]!=$_GET['challenge']){
Expand Down

0 comments on commit 837919b

Please sign in to comment.