Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.73.229
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
jms /
serializer /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
cookbook
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
reference
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
LICENSE
15.76
KB
-rw-rw-r--
2022-08-24 15:26
conf.py
1.31
KB
-rw-rw-r--
2022-08-24 15:26
configuration.rst
4.61
KB
-rw-rw-r--
2022-08-24 15:26
cookbook.rst
65
B
-rw-rw-r--
2022-08-24 15:26
event_system.rst
2.91
KB
-rw-rw-r--
2022-08-24 15:26
handlers.rst
2.94
KB
-rw-rw-r--
2022-08-24 15:26
index.rst
1.48
KB
-rw-rw-r--
2022-08-24 15:26
logo-small.png
6.32
KB
-rw-rw-r--
2022-08-24 15:26
logo.png
52.3
KB
-rw-rw-r--
2022-08-24 15:26
reference.rst
86
B
-rw-rw-r--
2022-08-24 15:26
requirements.txt
76
B
-rw-rw-r--
2022-08-24 15:26
usage.rst
933
B
-rw-rw-r--
2022-08-24 15:26
Save
Rename
# -*- coding: utf-8 -*- import sys, os # -- General configuration ----------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The master toctree document. master_doc = 'index' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ['_build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # This will be used when using the shorthand notation highlight_language = 'php' # -- Options for HTML output --------------------------------------------------- import sphinx_rtd_theme # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Output file base name for HTML help builder. htmlhelp_basename = 'doc'