fix shebang executable checks

This commit is contained in:
Aminda Suomalainen 2023-04-06 11:56:28 +03:00
parent eb162d023f
commit 2fdf26066c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
9 changed files with 5 additions and 5 deletions

0
bash/backup-relpda.bash Normal file → Executable file
View File

0
bash/borgbackup-etro.bash Normal file → Executable file
View File

0
bash/deprecated/certbot-ssl.sh Normal file → Executable file
View File

0
bash/oneliner/start-transmission-daemon.bash Normal file → Executable file
View File

0
php/IP.php Executable file → Normal file
View File

0
php/IPTITLE.php Executable file → Normal file
View File

6
php/gravatar.php Executable file → Normal file
View File

@ -18,7 +18,7 @@ Size: <input type="text" name="size">
<p>* marks required field. Only email address is required.</p>
<p>Size can be anything from 1 to 2048. If it's empty, size is
<p>Size can be anything from 1 to 2048. If it's empty, size is
80.</p>
<p>For Steam profile pictures, set size as 184.</p>
@ -28,12 +28,12 @@ Size: <input type="text" name="size">
<?php
$email = trim( $_REQUEST["email"] );
$email = trim( $_REQUEST["email"] );
$size = $_REQUEST["size"];
echo "<p>Email<br> $email<br></p>";
$email = strtolower( $email );
$email = strtolower( $email );
$md5email = md5( $email );

4
php/libravatar.php Executable file → Normal file
View File

@ -27,12 +27,12 @@ Size: <input type="text" name="size">
<?php
$email = trim( $_REQUEST["email"] );
$email = trim( $_REQUEST["email"] );
$size = $_REQUEST["size"];
echo "<p>Email<br> $email<br></p>";
$email = strtolower( $email );
$email = strtolower( $email );
$md5email = md5( $email );

0
ruby/ipfsbin.rb Normal file → Executable file
View File