mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added some titles, search icon, changed some phrases. Overallhaul
This commit is contained in:
@@ -136,6 +136,8 @@ else if(isset($_GET['v'])){ //if it
|
||||
file_put_contents($list, json_encode($data));
|
||||
print("added"); //Just telling the javascript that it has been added for some reason...
|
||||
}
|
||||
}else{
|
||||
print("wrong");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -184,8 +186,10 @@ else if(isset($_GET['vote'])){ //if th
|
||||
{
|
||||
echo array_key_exists($id, $data["songs"]); //not in use..i think..
|
||||
}
|
||||
}else{
|
||||
print("wrong");
|
||||
}
|
||||
echo $pass."\n".$data['conf']['adminpass'];
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,5 +43,5 @@
|
||||
</div>
|
||||
|
||||
<input type="password" name="pass" id="passbox" class="passbox" placeholder="Channel password">
|
||||
<input type="submit" class="button" value="Store" onclick="submitAdmin(this.form);">
|
||||
<input type="submit" class="button" value="Login/Save" onclick="submitAdmin(this.form);" title="Save settings/Login">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user