LNRB-CMS/
│
├── admin/
│ ├── dashboard.php
│ ├── header.php
│ └── footer.php
│
├── includes/
│ ├── functions.php
│ ├── database.php
│ ├── router.php
│ ├── controller.php
│ ├── model.php
│ └── view.php
│
├── themes/
│ ├── default/
│ │ ├── style.css
│ │ ├── functions.php
│ │ ├── index.php
│ │ ├── header.php
│ │ └── footer.php
│ └── custom/
│ ├── style.css
│ ├── functions.php
│ ├── index.php
│ ├── header.php
│ └── footer.php
│
├── plugins/
│ ├── plugin1/
│ │ ├── plugin-main.php
│ │ └── plugin.json
│ ├── plugin2/
│ │ ├── plugin-main.php
│ │ └── plugin.json
│ └── ...
│
├── systems/
│ ├── wordpress/
│ │ ├── includes/
│ │ ├── themes/
│ │ └── plugins/
│ │ ├── plugin1/
│ │ ├── plugin2/
│ │ └── ...
│ ├── joomla/
│ │ ├── libraries/
│ │ ├── templates/
│ │ └── plugins/
│ │ ├── plugin1/
│ │ ├── plugin2/
│ │ └── ...
│ └── blogger/
│ ├── themes/
│ └── plugins/
│ ├── plugin1/
│ ├── plugin2/
│ └── ...
│
├── index.php
└── wp-config.php
Like this:
Like Loading...
Related
GIPHY App Key not set. Please check settings