Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
par7133 committed Oct 1, 2023
1 parent 91b71a1 commit 7251cd3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Private/scripts/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ function saveCheckin() {

<?PHP if ($CURRENT_VIEW === PUBLIC_VIEW): ?>

<?PHP if ($password !== PHP_STR || (DEMO && $curgroup!="")): ?>

<div id="groups" >
<?PHP
foreach($aGroups as $keyg => $valg) {
Expand All @@ -497,6 +499,8 @@ function saveCheckin() {
?>
</div>

<?PHP EndIf; ?>

<?PHP EndIf; ?>

<?PHP if ($CURRENT_VIEW === LOCKED_VIEW || ($curgroup==PHP_STR && DEMO)): ?>
Expand Down Expand Up @@ -601,9 +605,9 @@ function saveCheckin() {
<input id="_group" name="_group" type="hidden" value="<?PHP echo($curgroup)?>">
<input id="_checkin" name="_checkin" type="hidden" value="">

<div id="passworddisplay">
<div id="passworddisplay">
<br>
&nbsp;&nbsp;<input type="password" id="Password" name="Password" placeholder="password" value="<?php echo($password);?>" autocomplete="off">&nbsp;<input type="button" onclick="passwordSubmit()" value="<?PHP echo(getResource0("Go", $lang));?>" style="text-align:left;width:25%;color:#000000;"><br>
&nbsp;&nbsp;<input type="password" id="Password" name="Password" placeholder="password" value="<?php echo($password);?>" autocomplete="off">&nbsp;<input id="goBut" type="button" onclick="passwordSubmit()" value="<?PHP echo(getResource0("Go", $lang));?>"><br>
&nbsp;&nbsp;<input type="text" id="Salt" placeholder="salt" autocomplete="off"><br>
<div style="text-align:center;">
<a id="hashMe" href="#" onclick="showEncodedPassword();"><?PHP echo(getResource0("Hash Me", $lang));?>!</a>
Expand Down

0 comments on commit 7251cd3

Please sign in to comment.