7 lines
206 B
Bash
7 lines
206 B
Bash
#!/bin/bash
|
|
echo "=== weval-auth-session.php ==="
|
|
head -60 /var/www/html/api/weval-auth-session.php
|
|
echo ""
|
|
echo "=== v90_e2e_authed.js (extract auth part) ==="
|
|
head -80 /var/www/html/api/v90_e2e_authed.js
|