mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-03 16:49:50 +01:00
fix shebang executable checks
This commit is contained in:
parent
eb162d023f
commit
2fdf26066c
0
bash/backup-relpda.bash
Normal file → Executable file
0
bash/backup-relpda.bash
Normal file → Executable file
0
bash/borgbackup-etro.bash
Normal file → Executable file
0
bash/borgbackup-etro.bash
Normal file → Executable file
0
bash/deprecated/certbot-ssl.sh
Normal file → Executable file
0
bash/deprecated/certbot-ssl.sh
Normal file → Executable file
0
bash/oneliner/start-transmission-daemon.bash
Normal file → Executable file
0
bash/oneliner/start-transmission-daemon.bash
Normal file → Executable file
0
php/IP.php
Executable file → Normal file
0
php/IP.php
Executable file → Normal file
0
php/IPTITLE.php
Executable file → Normal file
0
php/IPTITLE.php
Executable file → Normal file
6
php/gravatar.php
Executable file → Normal file
6
php/gravatar.php
Executable file → Normal 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
4
php/libravatar.php
Executable file → Normal 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
0
ruby/ipfsbin.rb
Normal file → Executable file
Loading…
Reference in New Issue
Block a user