Spazio disco in esaurimento su <<File system radice>>

scusate se non ho più proseguito la discussione, ma avevo Abbandonato il pc … comunque ho eseguito i comandi e per il momento sembra che non mi dia ulteriori problemi…

riprendo la discussione perché mi pare di non aver risolto nulla… mi continua a riempire lo spazio di root… ma perché?
questo è il contenuto di root:

[root@latelierlab latelierlab]# cd /root [root@latelierlab ~]# ls anaconda-ks.cfg Download rpmbuild Desktop Fedora-Live-Workstation-x86_64-21-5.iso

Vediamo lo stato attuale:

$ df -h
# journalctl --disk-usage
# du -h --max-depth=1 /

Ecco

[latelierlab@latelierlab ~]$ sudo df -h [sudo] password di latelierlab: File system Dim. Usati Dispon. Uso% Montato su devtmpfs 2,0G 0 2,0G 0% /dev tmpfs 2,0G 224K 2,0G 1% /dev/shm tmpfs 2,0G 1,3M 2,0G 1% /run tmpfs 2,0G 0 2,0G 0% /sys/fs/cgroup /dev/sda2 20G 18G 906M 96% / tmpfs 2,0G 500K 2,0G 1% /tmp /dev/sda1 148G 133G 7,4G 95% /home tmpfs 396M 36K 396M 1% /run/user/1000 [latelierlab@latelierlab ~]$ sudo journalctl --disk-usage Archived and active journals take up 56.0M on disk. [latelierlab@latelierlab ~]$ sudo du -h --max-depth=1 / 4,0K /mnt 133G /home 154M /boot 51M /etc 4,0K /media 4,0K /srv 224K /dev 0 /sys 9,9G /usr 2,5G /root 1,3G /opt 280K /.esmtp_queue 4,0G /var du: impossibile accedere a "/proc/5069/task/5069/fd/3": File o directory non esistente du: impossibile accedere a "/proc/5069/task/5069/fdinfo/3": File o directory non esistente du: impossibile accedere a "/proc/5069/fd/4": File o directory non esistente du: impossibile accedere a "/proc/5069/fdinfo/4": File o directory non esistente 0 /proc 16K /lost+found du: impossibile accedere a "/run/user/1000/gvfs": Permesso negato 1,3M /run 48K /tmp 151G / [latelierlab@latelierlab ~]$

2,5 GB su root? Dovrebbe essere vuota di solito.

Verissimo, sarebbe da sapere come lukepop usa root. L’utente root dovrebbe essere utilizzato solo ed esclusivamente per gestire il sistema e non per altro.
Comunque anche /home è quasi piena, con una bella ripulita potrebbe recuperare qualche giga, forse sarebbe il caso di cominciare a pensare ad un disco in più.

Concordo con frafra e andreamal.
Comincerei con il rimuovere il file iso e le cartelle presenti in /root.

Vengo da Ubuntu e quindi non ho proprio una grande dimestichezza; root io non lo utilizzo, almeno non consapevolmente, l home che ho era partizionata e non ho fatto altro che mantenerla… sto già liberando la home da un po di dati ma rimane il fatto che root si riempie… da cosa può dipendere? (l iso l ho eliminato subito…)

Forse, ripeto forse, se posti un

# tree /root

leggendo i nomi di file e delle directory si può capire cosa cancellare o spostare, cioè quasi tutto, forse ti si potrebbe suggerire come evitare di riempirla tanto.
Considera che dopo 2 anni abbondanti la mia /root è di 24 Mb (e potrei cancellare tutto o quasi), per arrivare a 2500 Mb ci vuole parecchio.

Comunque il suggerimento di aggiungere un disco rimane.

Altro:

  1. Anche la directory /opt è “assai popolata”. Normalmente, essa viene utilizzata per accogliere installazione di software non presente nei repository. Occorrerebbe capire se questi programmi sono ancora utilizzati.

  2. Per dare un’occhiata ai pacchetti installati dai repo invece, il seguente comando può essere utile. Potrebbero esserci dei programmi non più in uso, da rimuovere.

# dnf history userinstalled

mi pare una gran confusione… e sopratutto non ne capisco il motivo; non è che sono così smanettone da aver compromesso lo spazio in questo modo…

[code]│ │ │ │ │ │ ├── 3.0.2.sql
│ │ │ │ │ │ ├── 3.0.3.sql
│ │ │ │ │ │ ├── 3.1.0.sql
│ │ │ │ │ │ ├── 3.1.1.sql
│ │ │ │ │ │ ├── 3.1.2.sql
│ │ │ │ │ │ ├── 3.1.3.sql
│ │ │ │ │ │ ├── 3.1.4.sql
│ │ │ │ │ │ ├── 3.1.5.sql
│ │ │ │ │ │ ├── 3.2.0.sql
│ │ │ │ │ │ ├── 3.2.1.sql
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── postgresql
│ │ │ │ │ │ ├── 3.0.0.sql
│ │ │ │ │ │ ├── 3.0.1.sql
│ │ │ │ │ │ ├── 3.0.2.sql
│ │ │ │ │ │ ├── 3.0.3.sql
│ │ │ │ │ │ ├── 3.1.0.sql
│ │ │ │ │ │ ├── 3.1.1.sql
│ │ │ │ │ │ ├── 3.1.2.sql
│ │ │ │ │ │ ├── 3.1.3.sql
│ │ │ │ │ │ ├── 3.1.4.sql
│ │ │ │ │ │ ├── 3.1.5.sql
│ │ │ │ │ │ ├── 3.2.0.sql
│ │ │ │ │ │ ├── 3.2.1.sql
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── sqlazure
│ │ │ │ │ ├── 2.5.2-2012-03-05.sql
│ │ │ │ │ ├── 2.5.3-2012-03-13.sql
│ │ │ │ │ ├── 2.5.4-2012-03-18.sql
│ │ │ │ │ ├── 2.5.4-2012-03-19.sql
│ │ │ │ │ ├── 2.5.5.sql
│ │ │ │ │ ├── 2.5.6.sql
│ │ │ │ │ ├── 2.5.7.sql
│ │ │ │ │ ├── 3.0.0.sql
│ │ │ │ │ ├── 3.0.1.sql
│ │ │ │ │ ├── 3.0.2.sql
│ │ │ │ │ ├── 3.0.3.sql
│ │ │ │ │ ├── 3.1.0.sql
│ │ │ │ │ ├── 3.1.1.sql
│ │ │ │ │ ├── 3.1.2.sql
│ │ │ │ │ ├── 3.1.3.sql
│ │ │ │ │ ├── 3.1.4.sql
│ │ │ │ │ ├── 3.1.5.sql
│ │ │ │ │ ├── 3.2.0.sql
│ │ │ │ │ ├── 3.2.1.sql
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── help
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── profile
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── sysinfo
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_config.php
│ │ │ │ │ ├── default_directory.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_phpinfo.php
│ │ │ │ │ ├── default_phpsettings.php
│ │ │ │ │ ├── default_system.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_ajax
│ │ │ │ ├── ajax.php
│ │ │ │ ├── ajax.xml
│ │ │ │ └── index.html
│ │ │ ├── com_akeeba
│ │ │ │ ├── access.xml
│ │ │ │ ├── akeeba
│ │ │ │ │ ├── abstract
│ │ │ │ │ │ ├── archiver.php
│ │ │ │ │ │ ├── driver.php
│ │ │ │ │ │ ├── dump.php
│ │ │ │ │ │ ├── filter.php
│ │ │ │ │ │ ├── object.php
│ │ │ │ │ │ ├── part.php
│ │ │ │ │ │ ├── postproc.php
│ │ │ │ │ │ ├── querylimitable.php
│ │ │ │ │ │ ├── query.php
│ │ │ │ │ │ └── scan.php
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── cacert.pem
│ │ │ │ │ ├── autoloader.php
│ │ │ │ │ ├── configuration.php
│ │ │ │ │ ├── core
│ │ │ │ │ │ ├── 01.basic.ini
│ │ │ │ │ │ ├── 02.advanced.ini
│ │ │ │ │ │ ├── 04.quota.ini
│ │ │ │ │ │ ├── 05.tuning.ini
│ │ │ │ │ │ ├── database.php
│ │ │ │ │ │ ├── domain
│ │ │ │ │ │ │ ├── db.php
│ │ │ │ │ │ │ ├── finalization.php
│ │ │ │ │ │ │ ├── init.php
│ │ │ │ │ │ │ ├── installer.php
│ │ │ │ │ │ │ └── pack.php
│ │ │ │ │ │ ├── filters.php
│ │ │ │ │ │ ├── kettenrad.php
│ │ │ │ │ │ ├── scripting.ini
│ │ │ │ │ │ └── timer.php
│ │ │ │ │ ├── drivers
│ │ │ │ │ │ ├── mysqli.php
│ │ │ │ │ │ ├── mysql.php
│ │ │ │ │ │ ├── postgresql.php
│ │ │ │ │ │ ├── query
│ │ │ │ │ │ │ ├── mysqli.php
│ │ │ │ │ │ │ ├── mysql.php
│ │ │ │ │ │ │ ├── postgresql.php
│ │ │ │ │ │ │ └── sqlsrv.php
│ │ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ │ └── sqlsrv.php
│ │ │ │ │ ├── engines
│ │ │ │ │ │ ├── archiver
│ │ │ │ │ │ │ ├── jpa.ini
│ │ │ │ │ │ │ ├── jpa.php
│ │ │ │ │ │ │ ├── zip.ini
│ │ │ │ │ │ │ └── zip.php
│ │ │ │ │ │ ├── dump
│ │ │ │ │ │ │ ├── native
│ │ │ │ │ │ │ │ └── mysql.php
│ │ │ │ │ │ │ ├── native.ini
│ │ │ │ │ │ │ ├── native.php
│ │ │ │ │ │ │ ├── reverse
│ │ │ │ │ │ │ │ ├── mysql.php
│ │ │ │ │ │ │ │ ├── postgresql.php
│ │ │ │ │ │ │ │ └── sqlsrv.php
│ │ │ │ │ │ │ ├── reverse.ini
│ │ │ │ │ │ │ └── reverse.php
│ │ │ │ │ │ ├── proc
│ │ │ │ │ │ │ ├── none.ini
│ │ │ │ │ │ │ └── none.php
│ │ │ │ │ │ └── scan
│ │ │ │ │ │ ├── smart.ini
│ │ │ │ │ │ └── smart.php
│ │ │ │ │ ├── factory.php
│ │ │ │ │ ├── filters
│ │ │ │ │ │ ├── directories.php
│ │ │ │ │ │ ├── files.php
│ │ │ │ │ │ ├── incremental.php
│ │ │ │ │ │ ├── skipdirs.php
│ │ │ │ │ │ ├── skipfiles.php
│ │ │ │ │ │ ├── srpdata.php
│ │ │ │ │ │ ├── srpdirs.php
│ │ │ │ │ │ ├── srpfiles.php
│ │ │ │ │ │ ├── srpskipdata.php
│ │ │ │ │ │ ├── srpskipfiles.php
│ │ │ │ │ │ ├── stack
│ │ │ │ │ │ │ ├── dateconditional.ini
│ │ │ │ │ │ │ ├── dateconditional.php
│ │ │ │ │ │ │ └── README.html
│ │ │ │ │ │ ├── tabledata.php
│ │ │ │ │ │ └── tables.php
│ │ │ │ │ ├── platform
│ │ │ │ │ │ ├── abstract.php
│ │ │ │ │ │ ├── interface.php
│ │ │ │ │ │ ├── joomla25
│ │ │ │ │ │ │ ├── drivers
│ │ │ │ │ │ │ │ └── joomla.php
│ │ │ │ │ │ │ ├── filters
│ │ │ │ │ │ │ │ ├── files.php
│ │ │ │ │ │ │ │ ├── folders.php
│ │ │ │ │ │ │ │ ├── libraries.php
│ │ │ │ │ │ │ │ ├── sitedb.php
│ │ │ │ │ │ │ │ ├── siteroot.php
│ │ │ │ │ │ │ │ ├── skipdirs.php
│ │ │ │ │ │ │ │ ├── skipfiles.php
│ │ │ │ │ │ │ │ ├── stack
│ │ │ │ │ │ │ │ │ ├── finder.ini
│ │ │ │ │ │ │ │ │ └── finder.php
│ │ │ │ │ │ │ │ ├── systemcachefiles.php
│ │ │ │ │ │ │ │ └── tabledata.php
│ │ │ │ │ │ │ └── platform.php
│ │ │ │ │ │ └── platform.php
│ │ │ │ │ ├── plugins
│ │ │ │ │ ├── serverkey.php
│ │ │ │ │ └── utils
│ │ │ │ │ ├── comconfig.php
│ │ │ │ │ ├── encrypt.php
│ │ │ │ │ ├── filesystem.php
│ │ │ │ │ ├── inihelper.php
│ │ │ │ │ ├── ini.php
│ │ │ │ │ ├── jconfig.php
│ │ │ │ │ ├── logger.php
│ │ │ │ │ ├── quirks.php
│ │ │ │ │ ├── scanner.php
│ │ │ │ │ ├── scripting.php
│ │ │ │ │ ├── securesettings.php
│ │ │ │ │ ├── statistics.php
│ │ │ │ │ ├── tempfiles.php
│ │ │ │ │ └── tempvars.php
│ │ │ │ ├── akeeba.lastversion.php
│ │ │ │ ├── akeeba.php
│ │ │ │ ├── akeeba.xml
│ │ │ │ ├── assets
│ │ │ │ │ ├── installers
│ │ │ │ │ │ ├── abi.ini
│ │ │ │ │ │ ├── abi.jpa
│ │ │ │ │ │ ├── angie.ini
│ │ │ │ │ │ ├── angie.jpa
│ │ │ │ │ │ └── none.ini
│ │ │ │ │ └── srpdefs
│ │ │ │ │ ├── com_adminpraise.xml
│ │ │ │ │ ├── com_admintools.xml
│ │ │ │ │ ├── com_akeeba.xml
│ │ │ │ │ ├── com_ars.xml
│ │ │ │ │ ├── com_docman.xml
│ │ │ │ │ ├── com_jce.xml
│ │ │ │ │ ├── com_joomfish.xml
│ │ │ │ │ ├── com_k2.xml
│ │ │ │ │ ├── com_kunena.xml
│ │ │ │ │ ├── com_ninjaboard.xml
│ │ │ │ │ ├── com_redshop.xml
│ │ │ │ │ ├── com_rokcandy.xml
│ │ │ │ │ ├── com_tienda.xml
│ │ │ │ │ ├── com_virtuemart.xml
│ │ │ │ │ ├── com_zoo.xml
│ │ │ │ │ └── plg_rokcandy.xml
│ │ │ │ ├── backup
│ │ │ │ ├── CHANGELOG.php
│ │ │ │ ├── config.xml
│ │ │ │ ├── controllers
│ │ │ │ │ ├── backup.php
│ │ │ │ │ ├── browser.php
│ │ │ │ │ ├── buadmin.php
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── confwiz.php
│ │ │ │ │ ├── cpanel.php
│ │ │ │ │ ├── dbef.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── fsfilter.php
│ │ │ │ │ ├── ftpbrowser.php
│ │ │ │ │ ├── log.php
│ │ │ │ │ ├── postsetup.php
│ │ │ │ │ ├── profiles.php
│ │ │ │ │ ├── schedule.php
│ │ │ │ │ └── sftpbrowser.php
│ │ │ │ ├── dispatcher.php
│ │ │ │ ├── fof.xml
│ │ │ │ ├── helpers
│ │ │ │ │ ├── escape.php
│ │ │ │ │ ├── includes.php
│ │ │ │ │ ├── jsonlib.php
│ │ │ │ │ └── status.php
│ │ │ │ ├── index.html
│ │ │ │ ├── liveupdate
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── current-32.png
│ │ │ │ │ │ ├── fail-24.png
│ │ │ │ │ │ ├── liveupdate-48.png
│ │ │ │ │ │ ├── liveupdate.css
│ │ │ │ │ │ ├── nosupport-32.png
│ │ │ │ │ │ ├── ok-24.png
│ │ │ │ │ │ ├── update-32.png
│ │ │ │ │ │ └── warn-24.png
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── abstractconfig.php
│ │ │ │ │ │ ├── controller.php
│ │ │ │ │ │ ├── download.php
│ │ │ │ │ │ ├── inihelper.php
│ │ │ │ │ │ ├── model.php
│ │ │ │ │ │ ├── storage
│ │ │ │ │ │ │ ├── component.php
│ │ │ │ │ │ │ ├── file.php
│ │ │ │ │ │ │ └── storage.php
│ │ │ │ │ │ ├── tmpl
│ │ │ │ │ │ │ ├── install.php
│ │ │ │ │ │ │ ├── nagscreen.php
│ │ │ │ │ │ │ ├── overview.php
│ │ │ │ │ │ │ └── startupdate.php
│ │ │ │ │ │ ├── updatefetch.php
│ │ │ │ │ │ ├── view.php
│ │ │ │ │ │ └── xmlslurp.php
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── language
│ │ │ │ │ │ ├── bg-BG
│ │ │ │ │ │ │ └── bg-BG.liveupdate.ini
│ │ │ │ │ │ ├── bs-BA
│ │ │ │ │ │ │ └── bs-BA.liveupdate.ini
│ │ │ │ │ │ ├── cs-CZ
│ │ │ │ │ │ │ └── cs-CZ.liveupdate.ini
│ │ │ │ │ │ ├── da-DK
│ │ │ │ │ │ │ └── da-DK.liveupdate.ini
│ │ │ │ │ │ ├── de-DE
│ │ │ │ │ │ │ └── de-DE.liveupdate.ini
│ │ │ │ │ │ ├── el-GR
│ │ │ │ │ │ │ └── el-GR.liveupdate.ini
│ │ │ │ │ │ ├── en-GB
│ │ │ │ │ │ │ └── en-GB.liveupdate.ini
│ │ │ │ │ │ ├── es-ES
│ │ │ │ │ │ │ └── es-ES.liveupdate.ini
│ │ │ │ │ │ ├── et-EE
│ │ │ │ │ │ │ └── et-EE.liveupdate.ini
│ │ │ │ │ │ ├── fa-IR
│ │ │ │ │ │ │ └── fa-IR.liveupdate.ini
│ │ │ │ │ │ ├── fi-FI
│ │ │ │ │ │ │ └── fi-FI.liveupdate.ini
│ │ │ │ │ │ ├── fr-FR
│ │ │ │ │ │ │ └── fr-FR.liveupdate.ini
│ │ │ │ │ │ ├── hu-HU
│ │ │ │ │ │ │ └── hu-HU.liveupdate.ini
│ │ │ │ │ │ ├── it-IT
│ │ │ │ │ │ │ └── it-IT.liveupdate.ini
│ │ │ │ │ │ ├── lt-LT
│ │ │ │ │ │ │ └── lt-LT.liveupdate.ini
│ │ │ │ │ │ ├── nb-NO
│ │ │ │ │ │ │ └── nb-NO.liveupdate.ini
│ │ │ │ │ │ ├── nl-NL
│ │ │ │ │ │ │ └── nl-NL.liveupdate.ini
│ │ │ │ │ │ ├── pl-PL
│ │ │ │ │ │ │ └── pl-PL.liveupdate.ini
│ │ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ │ └── pt-BR.liveupdate.ini
│ │ │ │ │ │ ├── pt-PT
│ │ │ │ │ │ │ └── pt-PT.liveupdate.ini
│ │ │ │ │ │ ├── ru-RU
│ │ │ │ │ │ │ └── ru-RU.liveupdate.ini
│ │ │ │ │ │ ├── sk-SK
│ │ │ │ │ │ │ └── sk-SK.liveupdate.ini
│ │ │ │ │ │ ├── sl-SI
│ │ │ │ │ │ │ └── sl-SI.liveupdate.ini
│ │ │ │ │ │ ├── sv-SE
│ │ │ │ │ │ │ └── sv-SE.liveupdate.ini
│ │ │ │ │ │ ├── tr-TR
│ │ │ │ │ │ │ └── tr-TR.liveupdate.ini
│ │ │ │ │ │ └── uk-UA
│ │ │ │ │ │ └── uk-UA.liveupdate.ini
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ └── liveupdate.php
│ │ │ │ ├── models
│ │ │ │ │ ├── backups.php
│ │ │ │ │ ├── browsers.php
│ │ │ │ │ ├── configs.php
│ │ │ │ │ ├── confwiz.php
│ │ │ │ │ ├── cpanels.php
│ │ │ │ │ ├── dbefs.php
│ │ │ │ │ ├── extfilter.php
│ │ │ │ │ ├── fsfilters.php
│ │ │ │ │ ├── ftpbrowsers.php
│ │ │ │ │ ├── logs.php
│ │ │ │ │ ├── profiles.php
│ │ │ │ │ ├── schedules.php
│ │ │ │ │ ├── selfheal.php
│ │ │ │ │ ├── sftpbrowsers.php
│ │ │ │ │ └── statistics.php
│ │ │ │ ├── plugins
│ │ │ │ ├── script.akeeba.php
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── mysql
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── install.sql
│ │ │ │ │ │ │ └── uninstall.sql
│ │ │ │ │ │ ├── postgresql
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── install.sql
│ │ │ │ │ │ │ └── uninstall.sql
│ │ │ │ │ │ ├── sqlazure
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── install.sql
│ │ │ │ │ │ │ └── uninstall.sql
│ │ │ │ │ │ └── sqlsrv
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── install.sql
│ │ │ │ │ │ └── uninstall.sql
│ │ │ │ │ └── updates
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysql
│ │ │ │ │ │ ├── 3.5.0-2012-03-27.sql
│ │ │ │ │ │ ├── 3.6.0-2012-07-31.sql
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── postgresql
│ │ │ │ │ │ ├── 3.8.0-2013-08-14.sql
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── sqlazure
│ │ │ │ │ │ ├── 3.5.0-2012-03-27.sql
│ │ │ │ │ │ ├── 3.6.0-2012-07-31.sql
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── sqlsrv
│ │ │ │ │ ├── 3.5.0-2012-03-27.sql
│ │ │ │ │ ├── 3.6.0-2012-07-31.sql
│ │ │ │ │ └── index.html
│ │ │ │ ├── tables
│ │ │ │ │ ├── profile.php
│ │ │ │ │ └── stat.php
│ │ │ │ ├── toolbar.php
│ │ │ │ ├── version.php
│ │ │ │ └── views
│ │ │ │ ├── backup
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── browser
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── buadmin
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── comment.php
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── config
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── confwiz
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── wizard.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── cpanel
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── coloriser.php
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── dbef
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── tabular.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── fsfilter
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── tabular.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── log
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── raw.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── postsetup
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── profiles
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── form.php
│ │ │ │ │ │ └── item_json.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── schedule
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── form.php
│ │ │ │ │ └── view.html.php
│ │ │ │ └── views.ini
│ │ │ ├── com_banners
│ │ │ │ ├── access.xml
│ │ │ │ ├── banners.php
│ │ │ │ ├── banners.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── banner.php
│ │ │ │ │ ├── banners.php
│ │ │ │ │ ├── client.php
│ │ │ │ │ ├── clients.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tracks.php
│ │ │ │ │ └── tracks.raw.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── banners.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── banner.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── banner.php
│ │ │ │ │ ├── banners.php
│ │ │ │ │ ├── client.php
│ │ │ │ │ ├── clients.php
│ │ │ │ │ ├── download.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── bannerclient.php
│ │ │ │ │ │ ├── clicks.php
│ │ │ │ │ │ ├── impmade.php
│ │ │ │ │ │ ├── imptotal.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── banner.xml
│ │ │ │ │ │ ├── client.xml
│ │ │ │ │ │ ├── download.xml
│ │ │ │ │ │ ├── filter_banners.xml
│ │ │ │ │ │ ├── filter_clients.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tracks.php
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.mysql.utf8.sql
│ │ │ │ │ └── uninstall.mysql.utf8.sql
│ │ │ │ ├── tables
│ │ │ │ │ ├── banner.php
│ │ │ │ │ ├── client.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── banner
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── banners
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── client
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── clients
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── download
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ └── tracks
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── view.html.php
│ │ │ │ └── view.raw.php
│ │ │ ├── com_cache
│ │ │ │ ├── cache.php
│ │ │ │ ├── cache.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── cache.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── cache.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── cache
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ └── purge
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_categories
│ │ │ │ ├── categories.php
│ │ │ │ ├── categories.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── helpers
│ │ │ │ │ ├── association.php
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── categoriesadministrator.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── categoryedit.php
│ │ │ │ │ │ ├── categoryparent.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal
│ │ │ │ │ │ ├── category.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── category.xml
│ │ │ │ │ │ ├── filter_categories.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── tables
│ │ │ │ │ ├── category.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── categories
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── category
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_associations.php
│ │ │ │ │ │ ├── edit_extrafields.php
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── modal_associations.php
│ │ │ │ │ │ ├── modal_extrafields.php
│ │ │ │ │ │ ├── modal_metadata.php
│ │ │ │ │ │ ├── modal_options.php
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ └── index.html
│ │ │ ├── com_checkin
│ │ │ │ ├── checkin.php
│ │ │ │ ├── checkin.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── checkin.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── checkin
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── index.html
│ │ │ ├── com_config
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.php
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller
│ │ │ │ │ ├── application
│ │ │ │ │ │ ├── cancel.php
│ │ │ │ │ │ ├── display.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── refreshhelp.php
│ │ │ │ │ │ ├── removeroot.php
│ │ │ │ │ │ └── save.php
│ │ │ │ │ └── component
│ │ │ │ │ ├── cancel.php
│ │ │ │ │ ├── display.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── save.php
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── application.php
│ │ │ │ │ ├── component.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── helper
│ │ │ │ │ ├── config.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── model
│ │ │ │ │ ├── application.php
│ │ │ │ │ ├── component.php
│ │ │ │ │ ├── field
│ │ │ │ │ │ ├── filters.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── form
│ │ │ │ │ │ ├── application.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── application.php
│ │ │ │ │ ├── component.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view
│ │ │ │ ├── application
│ │ │ │ │ ├── html.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── json.php
│ │ │ │ │ └── tmpl
│ │ │ │ │ ├── default_cache.php
│ │ │ │ │ ├── default_cookie.php
│ │ │ │ │ ├── default_database.php
│ │ │ │ │ ├── default_debug.php
│ │ │ │ │ ├── default_filters.php
│ │ │ │ │ ├── default_ftplogin.php
│ │ │ │ │ ├── default_ftp.php
│ │ │ │ │ ├── default_locale.php
│ │ │ │ │ ├── default_mail.php
│ │ │ │ │ ├── default_metadata.php
│ │ │ │ │ ├── default_navigation.php
│ │ │ │ │ ├── default_permissions.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_seo.php
│ │ │ │ │ ├── default_server.php
│ │ │ │ │ ├── default_session.php
│ │ │ │ │ ├── default_site.php
│ │ │ │ │ ├── default_system.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── component
│ │ │ │ │ ├── html.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tmpl
│ │ │ │ │ ├── default_navigation.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── com_contact
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── contact.php
│ │ │ │ ├── contact.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── contact.php
│ │ │ │ │ ├── contacts.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── helpers
│ │ │ │ │ ├── contact.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── contact.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── contact.php
│ │ │ │ │ ├── contacts.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal
│ │ │ │ │ │ ├── contact.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── contact.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.mysql.utf8.sql
│ │ │ │ │ └── uninstall.mysql.utf8.sql
│ │ │ │ ├── tables
│ │ │ │ │ ├── contact.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── contact
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_associations.php
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── modal_associations.php
│ │ │ │ │ │ ├── modal_metadata.php
│ │ │ │ │ │ ├── modal_params.php
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── contacts
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ └── index.html
│ │ │ ├── com_content
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── content.php
│ │ │ │ ├── content.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── article.php
│ │ │ │ │ ├── articles.php
│ │ │ │ │ ├── featured.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── helpers
│ │ │ │ │ ├── content.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── contentadministrator.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── article.php
│ │ │ │ │ ├── articles.php
│ │ │ │ │ ├── featured.php
│ │ │ │ │ ├── feature.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal
│ │ │ │ │ │ ├── article.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── article.xml
│ │ │ │ │ │ ├── filter_articles.xml
│ │ │ │ │ │ ├── filter_featured.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── tables
│ │ │ │ │ ├── featured.php
│ │ │ │ │ └── index.html
│ │ │ │ └── views
│ │ │ │ ├── article
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_associations.php
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── modal_associations.php
│ │ │ │ │ │ ├── modal_metadata.php
│ │ │ │ │ │ ├── modal.php
│ │ │ │ │ │ └── pagebreak.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── articles
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── featured
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── index.html
│ │ │ ├── com_contenthistory
│ │ │ │ ├── contenthistory.php
│ │ │ │ ├── contenthistory.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── history.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── preview.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── contenthistory.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── textdiff.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── compare.php
│ │ │ │ │ ├── history.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── preview.php
│ │ │ │ └── views
│ │ │ │ ├── compare
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── compare.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── history
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ └── preview
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── preview.php
│ │ │ │ └── view.html.php
│ │ │ ├── com_cpanel
│ │ │ │ ├── controller.php
│ │ │ │ ├── cpanel.php
│ │ │ │ ├── cpanel.xml
│ │ │ │ ├── index.html
│ │ │ │ └── views
│ │ │ │ ├── cpanel
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── index.html
│ │ │ ├── com_finder
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── filter.php
│ │ │ │ │ ├── filters.php
│ │ │ │ │ ├── indexer.json.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── index.php
│ │ │ │ │ └── maps.php
│ │ │ │ ├── finder.php
│ │ │ │ ├── finder.xml
│ │ │ │ ├── helpers
│ │ │ │ │ ├── finder.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── finder.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── indexer
│ │ │ │ │ │ ├── adapter.php
│ │ │ │ │ │ ├── driver
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── mysql.php
│ │ │ │ │ │ │ ├── postgresql.php
│ │ │ │ │ │ │ └── sqlsrv.php
│ │ │ │ │ │ ├── helper.php
│ │ │ │ │ │ ├── indexer.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── parser
│ │ │ │ │ │ │ ├── html.php
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── rtf.php
│ │ │ │ │ │ │ └── txt.php
│ │ │ │ │ │ ├── parser.php
│ │ │ │ │ │ ├── query.php
│ │ │ │ │ │ ├── result.php
│ │ │ │ │ │ ├── stemmer
│ │ │ │ │ │ │ ├── fr.php
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── porter_en.php
│ │ │ │ │ │ │ └── snowball.php
│ │ │ │ │ │ ├── stemmer.php
│ │ │ │ │ │ ├── taxonomy.php
│ │ │ │ │ │ └── token.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── language.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── directories.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── searchfilter.php
│ │ │ │ │ ├── filter.php
│ │ │ │ │ ├── filters.php
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── filter.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── indexer.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── maps.php
│ │ │ │ │ └── statistics.php
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.mysql.sql
│ │ │ │ │ ├── install.postgresql.sql
│ │ │ │ │ ├── uninstall.mysql.sql
│ │ │ │ │ └── uninstall.postgresql.sql
│ │ │ │ ├── tables
│ │ │ │ │ ├── filter.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── link.php
│ │ │ │ │ └── map.php
│ │ │ │ └── views
│ │ │ │ ├── filter
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── filters
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── indexer
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── maps
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── statistics
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_installer
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── database.php
│ │ │ │ │ ├── discover.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.php
│ │ │ │ │ ├── languages.php
│ │ │ │ │ ├── manage.php
│ │ │ │ │ └── update.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── manage.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── installer.php
│ │ │ │ ├── index.html
│ │ │ │ ├── installer.php
│ │ │ │ ├── installer.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── database.php
│ │ │ │ │ ├── discover.php
│ │ │ │ │ ├── extension.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.php
│ │ │ │ │ ├── languages.php
│ │ │ │ │ ├── manage.php
│ │ │ │ │ ├── update.php
│ │ │ │ │ └── warnings.php
│ │ │ │ └── views
│ │ │ │ ├── database
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── default
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_ftp.php
│ │ │ │ │ │ ├── default_message.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.php
│ │ │ │ ├── discover
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_item.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── install
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── languages
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_filter.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── manage
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── update
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── warnings
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_joomlaupdate
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── update.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── download.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── joomlaupdate.php
│ │ │ │ │ └── select.php
│ │ │ │ ├── index.html
│ │ │ │ ├── joomlaupdate.php
│ │ │ │ ├── joomlaupdate.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── restore.php
│ │ │ │ └── views
│ │ │ │ ├── default
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── complete.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ └── update
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_k2
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controllers
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── comments.php
│ │ │ │ │ ├── controller.php
│ │ │ │ │ ├── extrafield.php
│ │ │ │ │ ├── extrafieldsgroup.php
│ │ │ │ │ ├── extrafieldsgroups.php
│ │ │ │ │ ├── extrafields.php
│ │ │ │ │ ├── info.php
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── items.php
│ │ │ │ │ ├── media.php
│ │ │ │ │ ├── settings.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ ├── tags.php
│ │ │ │ │ ├── usergroup.php
│ │ │ │ │ ├── usergroups.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── users.php
│ │ │ │ ├── elements
│ │ │ │ │ ├── base.php
│ │ │ │ │ ├── categorieslatest.php
│ │ │ │ │ ├── categoriesmultiple.php
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── header.php
│ │ │ │ │ ├── itemform.php
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── items.php
│ │ │ │ │ ├── k2category.php
│ │ │ │ │ ├── k2tag.php
│ │ │ │ │ ├── k2user.php
│ │ │ │ │ ├── menuitem.php
│ │ │ │ │ ├── menus.php
│ │ │ │ │ ├── moduletemplate.php
│ │ │ │ │ ├── template.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ ├── userslatest.php
│ │ │ │ │ └── users.php
│ │ │ │ ├── helpers
│ │ │ │ │ └── html.php
│ │ │ │ ├── install.mysql.sql
│ │ │ │ ├── jupgrade
│ │ │ │ │ ├── j16upgrade.php
│ │ │ │ │ ├── j16upgrade.xml
│ │ │ │ │ ├── j25upgrade.php
│ │ │ │ │ └── j25upgrade.xml
│ │ │ │ ├── k2.php
│ │ │ │ ├── k2.xml
│ │ │ │ ├── lib
│ │ │ │ │ ├── akismet.class.php
│ │ │ │ │ ├── class.upload.php
│ │ │ │ │ ├── elfinder
│ │ │ │ │ │ ├── elFinder.class.php
│ │ │ │ │ │ ├── elFinderConnector.class.php
│ │ │ │ │ │ ├── elFinderVolumeDriver.class.php
│ │ │ │ │ │ ├── elFinderVolumeLocalFileSystem.class.php
│ │ │ │ │ │ └── mime.types
│ │ │ │ │ ├── JSON.php
│ │ │ │ │ ├── k2parameter.php
│ │ │ │ │ ├── k2plugin.php
│ │ │ │ │ └── recaptchalib.php
│ │ │ │ ├── models
│ │ │ │ │ ├── categories.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── category.xml
│ │ │ │ │ ├── comments.php
│ │ │ │ │ ├── extrafield.php
│ │ │ │ │ ├── extrafields.php
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── items.php
│ │ │ │ │ ├── item.xml
│ │ │ │ │ ├── model.php
│ │ │ │ │ ├── settings.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ ├── tags.php
│ │ │ │ │ ├── usergroup.php
│ │ │ │ │ ├── usergroups.php
│ │ │ │ │ ├── usergroup.xml
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── users.php
│ │ │ │ ├── script.k2.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── k2attachment.php
│ │ │ │ │ ├── k2category.php
│ │ │ │ │ ├── k2comment.php
│ │ │ │ │ ├── k2extrafield.php
│ │ │ │ │ ├── k2extrafieldsgroup.php
│ │ │ │ │ ├── k2item.php
│ │ │ │ │ ├── k2tag.php
│ │ │ │ │ ├── k2usergroup.php
│ │ │ │ │ ├── k2user.php
│ │ │ │ │ └── table.php
│ │ │ │ ├── uninstall.mysql.sql
│ │ │ │ └── views
│ │ │ │ ├── categories
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── element.php
│ │ │ │ │ │ └── move.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── category
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── comments
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── extrafield
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── extrafields
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── extrafieldsgroup
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── extrafieldsgroups
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── info
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── item
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── items
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── element.php
│ │ │ │ │ │ └── move.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── media
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── settings
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── tag
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── tags
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── element.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── user
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── usergroup
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── usergroups
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── users
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── element.php
│ │ │ │ │ │ └── move.php
│ │ │ │ │ └── view.html.php
│ │ │ │ └── view.php
│ │ │ ├── com_languages
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── installed.php
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── languages.php
│ │ │ │ │ ├── override.php
│ │ │ │ │ ├── overrides.php
│ │ │ │ │ └── strings.json.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── languages.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jsonresponse.php
│ │ │ │ │ ├── languages.php
│ │ │ │ │ └── multilangstatus.php
│ │ │ │ ├── index.html
│ │ │ │ ├── languages.php
│ │ │ │ ├── languages.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── language.xml
│ │ │ │ │ │ └── override.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── installed.php
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── languages.php
│ │ │ │ │ ├── override.php
│ │ │ │ │ ├── overrides.php
│ │ │ │ │ └── strings.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── installed
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── language
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── languages
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── multilangstatus
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── override
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── overrides
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_login
│ │ │ │ ├── controller.php
│ │ │ │ ├── index.html
│ │ │ │ ├── login.php
│ │ │ │ ├── login.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── login.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ └── login
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_media
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── file.json.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ ├── folder.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── helpers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── media.php
│ │ │ │ ├── index.html
│ │ │ │ ├── layouts
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── toolbar
│ │ │ │ │ ├── deletemedia.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── newfolder.php
│ │ │ │ │ └── uploadmedia.php
│ │ │ │ ├── media.php
│ │ │ │ ├── media.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── list.php
│ │ │ │ │ └── manager.php
│ │ │ │ └── views
│ │ │ │ ├── images
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── imageslist
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_folder.php
│ │ │ │ │ │ ├── default_image.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── media
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_folders.php
│ │ │ │ │ │ ├── default_navigation.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── medialist
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── details_doc.php
│ │ │ │ │ ├── details_folder.php
│ │ │ │ │ ├── details_img.php
│ │ │ │ │ ├── details.php
│ │ │ │ │ ├── details_up.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── thumbs_doc.php
│ │ │ │ │ ├── thumbs_folder.php
│ │ │ │ │ ├── thumbs_img.php
│ │ │ │ │ ├── thumbs.php
│ │ │ │ │ └── thumbs_up.php
│ │ │ │ └── view.html.php
│ │ │ ├── com_menus
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── items.php
│ │ │ │ │ ├── menu.php
│ │ │ │ │ └── menus.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── menus.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── menus.php
│ │ │ │ ├── index.html
│ │ │ │ ├── layouts
│ │ │ │ │ └── joomla
│ │ │ │ │ └── searchtools
│ │ │ │ │ ├── default
│ │ │ │ │ │ └── bar.php
│ │ │ │ │ └── default.php
│ │ │ │ ├── menus.php
│ │ │ │ ├── menus.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── menuordering.php
│ │ │ │ │ │ ├── menuparent.php
│ │ │ │ │ │ └── menutype.php
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── filter_items.xml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── item_alias.xml
│ │ │ │ │ │ ├── item_component.xml
│ │ │ │ │ │ ├── item_heading.xml
│ │ │ │ │ │ ├── item_separator.xml
│ │ │ │ │ │ ├── item_url.xml
│ │ │ │ │ │ ├── item.xml
│ │ │ │ │ │ └── menu.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── items.php
│ │ │ │ │ ├── menu.php
│ │ │ │ │ ├── menus.php
│ │ │ │ │ └── menutypes.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── menu.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── item
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_associations.php
│ │ │ │ │ │ ├── edit_modules.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── items
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── menu
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── menus
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── menutypes
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_messages
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── message.php
│ │ │ │ │ └── messages.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── messages.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── messages.php
│ │ │ │ ├── index.html
│ │ │ │ ├── layouts
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── toolbar
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── mysettings.php
│ │ │ │ ├── messages.php
│ │ │ │ ├── messages.xml
│ │ │ │ ├── models
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── usermessages.php
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── config.xml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── message.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── message.php
│ │ │ │ │ └── messages.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── message.php
│ │ │ │ └── views
│ │ │ │ ├── config
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── message
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── messages
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_modules
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── module.php
│ │ │ │ │ └── modules.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modules.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── modules.php
│ │ │ │ │ └── xml.php
│ │ │ │ ├── index.html
│ │ │ │ ├── layouts
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── toolbar
│ │ │ │ │ ├── cancelselect.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── newmodule.php
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── advanced.xml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── module.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── module.php
│ │ │ │ │ ├── modules.php
│ │ │ │ │ ├── positions.php
│ │ │ │ │ └── select.php
│ │ │ │ ├── modules.php
│ │ │ │ ├── modules.xml
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── module
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_assignment.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── edit_positions.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── modules
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── positions
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── preview
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── select
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_newsfeeds
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── newsfeed.php
│ │ │ │ │ └── newsfeeds.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── newsfeed.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── newsfeeds.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── modal
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ └── newsfeed.php
│ │ │ │ │ │ └── newsfeeds.php
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── newsfeed.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── newsfeed.php
│ │ │ │ │ └── newsfeeds.php
│ │ │ │ ├── newsfeeds.php
│ │ │ │ ├── newsfeeds.xml
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.mysql.utf8.sql
│ │ │ │ │ └── uninstall.mysql.utf8.sql
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── newsfeed.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── newsfeed
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_associations.php
│ │ │ │ │ │ ├── edit_display.php
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── modal_associations.php
│ │ │ │ │ │ ├── modal_display.php
│ │ │ │ │ │ ├── modal_metadata.php
│ │ │ │ │ │ ├── modal_params.php
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ └── newsfeeds
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_batch.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modal.php
│ │ │ │ └── view.html.php
│ │ │ ├── com_plugins
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── plugin.php
│ │ │ │ │ └── plugins.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── plugins.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── pluginordering.php
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── plugin.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── plugin.php
│ │ │ │ │ └── plugins.php
│ │ │ │ ├── plugins.php
│ │ │ │ ├── plugins.xml
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── plugin
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── plugins
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_postinstall
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── message.php
│ │ │ │ ├── fof.xml
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── messages.php
│ │ │ │ ├── postinstall.php
│ │ │ │ ├── postinstall.xml
│ │ │ │ ├── toolbar.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ └── messages
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_redirect
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── link.php
│ │ │ │ │ └── links.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── redirect.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── redirect.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── link.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── link.php
│ │ │ │ │ └── links.php
│ │ │ │ ├── redirect.php
│ │ │ │ ├── redirect.xml
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── link.php
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── link
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── links
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_addform.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_search
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── searches.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── search.php
│ │ │ │ │ └── site.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── searches.php
│ │ │ │ ├── search.php
│ │ │ │ ├── search.xml
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ └── searches
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_tags
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tag.php
│ │ │ │ │ └── tags.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tags.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── fields
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── tag.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tag.php
│ │ │ │ │ └── tags.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tag.php
│ │ │ │ ├── tags.php
│ │ │ │ ├── tags.xml
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── tag
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── tags
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_batch.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_templates
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── style.php
│ │ │ │ │ ├── styles.php
│ │ │ │ │ └── template.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── templates.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── template.php
│ │ │ │ │ └── templates.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── source.xml
│ │ │ │ │ │ ├── style_administrator.xml
│ │ │ │ │ │ ├── style_site.xml
│ │ │ │ │ │ └── style.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── style.php
│ │ │ │ │ ├── styles.php
│ │ │ │ │ ├── template.php
│ │ │ │ │ └── templates.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── style.php
│ │ │ │ ├── templates.php
│ │ │ │ ├── templates.xml
│ │ │ │ └── views
│ │ │ │ ├── index.html
│ │ │ │ ├── style
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_assignment.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── view.html.php
│ │ │ │ │ └── view.json.php
│ │ │ │ ├── styles
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── template
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_description.php
│ │ │ │ │ │ ├── default_folders.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default_tree.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── templates
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── com_users
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── group.php
│ │ │ │ │ ├── groups.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── level.php
│ │ │ │ │ ├── levels.php
│ │ │ │ │ ├── mail.php
│ │ │ │ │ ├── note.php
│ │ │ │ │ ├── notes.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── users.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── debug.php
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── users.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── users.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── debuggroup.php
│ │ │ │ │ ├── debuguser.php
│ │ │ │ │ ├── fields
│ │ │ │ │ │ ├── groupparent.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── filter_users.xml
│ │ │ │ │ │ ├── group.xml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── level.xml
│ │ │ │ │ │ ├── mail.xml
│ │ │ │ │ │ ├── note.xml
│ │ │ │ │ │ └── user.xml
│ │ │ │ │ ├── group.php
│ │ │ │ │ ├── groups.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── level.php
│ │ │ │ │ ├── levels.php
│ │ │ │ │ ├── mail.php
│ │ │ │ │ ├── note.php
│ │ │ │ │ ├── notes.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── users.php
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── note.php
│ │ │ │ ├── users.php
│ │ │ │ ├── users.xml
│ │ │ │ └── views
│ │ │ │ ├── debuggroup
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── debuguser
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── group
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── groups
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ ├── level
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── levels
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── mail
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── note
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── notes
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── user
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit_groups.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ └── users
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_batch.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modal.php
│ │ │ │ └── view.html.php
│ │ │ ├── com_weblinks
│ │ │ │ ├── access.xml
│ │ │ │ ├── config.xml
│ │ │ │ ├── controller.php
│ │ │ │ ├── controllers
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── weblink.php
│ │ │ │ │ └── weblinks.php
│ │ │ │ ├── helpers
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── weblinks.php
│ │ │ │ ├── index.html
│ │ │ │ ├── models
│ │ │ │ │ ├── forms
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── weblink.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── weblink.php
│ │ │ │ │ └── weblinks.php
│ │ │ │ ├── sql
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install.mysql.utf8.sql
│ │ │ │ │ └── uninstall.mysql.utf8.sql
│ │ │ │ ├── tables
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── weblink.php
│ │ │ │ ├── views
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── weblink
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── tmpl
│ │ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ └── view.html.php
│ │ │ │ │ └── weblinks
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── weblinks.php
│ │ │ │ └── weblinks.xml
│ │ │ └── index.html
│ │ ├── help
│ │ │ ├── en-GB
│ │ │ │ └── index.html
│ │ │ ├── helpsites.xml
│ │ │ └── index.html
│ │ ├── includes
│ │ │ ├── defines.php
│ │ │ ├── framework.php
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ └── toolbar.php
│ │ ├── index.php
│ │ ├── language
│ │ │ ├── en-GB
│ │ │ │ ├── en-GB.com_admin.ini
│ │ │ │ ├── en-GB.com_admin.sys.ini
│ │ │ │ ├── en-GB.com_ajax.ini
│ │ │ │ ├── en-GB.com_ajax.sys.ini
│ │ │ │ ├── en-GB.com_akeeba.ini
│ │ │ │ ├── en-GB.com_akeeba.menu.ini
│ │ │ │ ├── en-GB.com_akeeba.sys.ini
│ │ │ │ ├── en-GB.com_banners.ini
│ │ │ │ ├── en-GB.com_banners.sys.ini
│ │ │ │ ├── en-GB.com_cache.ini
│ │ │ │ ├── en-GB.com_cache.sys.ini
│ │ │ │ ├── en-GB.com_categories.ini
│ │ │ │ ├── en-GB.com_categories.sys.ini
│ │ │ │ ├── en-GB.com_checkin.ini
│ │ │ │ ├── en-GB.com_checkin.sys.ini
│ │ │ │ ├── en-GB.com_config.ini
│ │ │ │ ├── en-GB.com_config.sys.ini
│ │ │ │ ├── en-GB.com_contact.ini
│ │ │ │ ├── en-GB.com_contact.sys.ini
│ │ │ │ ├── en-GB.com_contenthistory.ini
│ │ │ │ ├── en-GB.com_contenthistory.sys.ini
│ │ │ │ ├── en-GB.com_content.ini
│ │ │ │ ├── en-GB.com_content.sys.ini
│ │ │ │ ├── en-GB.com_cpanel.ini
│ │ │ │ ├── en-GB.com_cpanel.sys.ini
│ │ │ │ ├── en-GB.com_finder.ini
│ │ │ │ ├── en-GB.com_finder.sys.ini
│ │ │ │ ├── en-GB.com_installer.ini
│ │ │ │ ├── en-GB.com_installer.sys.ini
│ │ │ │ ├── en-GB.com_joomlaupdate.ini
│ │ │ │ ├── en-GB.com_joomlaupdate.sys.ini
│ │ │ │ ├── en-GB.com_k2.ini
│ │ │ │ ├── en-GB.com_k2.j16.ini
│ │ │ │ ├── en-GB.com_k2.menu.ini
│ │ │ │ ├── en-GB.com_languages.ini
│ │ │ │ ├── en-GB.com_languages.sys.ini
│ │ │ │ ├── en-GB.com_login.ini
│ │ │ │ ├── en-GB.com_login.sys.ini
│ │ │ │ ├── en-GB.com_mailto.sys.ini
│ │ │ │ ├── en-GB.com_media.ini
│ │ │ │ ├── en-GB.com_media.sys.ini
│ │ │ │ ├── en-GB.com_menus.ini
│ │ │ │ ├── en-GB.com_menus.sys.ini
│ │ │ │ ├── en-GB.com_messages.ini
│ │ │ │ ├── en-GB.com_messages.sys.ini
│ │ │ │ ├── en-GB.com_modules.ini
│ │ │ │ ├── en-GB.com_modules.sys.ini
│ │ │ │ ├── en-GB.com_newsfeeds.ini
│ │ │ │ ├── en-GB.com_newsfeeds.sys.ini
│ │ │ │ ├── en-GB.com_plugins.ini
│ │ │ │ ├── en-GB.com_plugins.sys.ini
│ │ │ │ ├── en-GB.com_postinstall.ini
│ │ │ │ ├── en-GB.com_postinstall.sys.ini
│ │ │ │ ├── en-GB.com_redirect.ini
│ │ │ │ ├── en-GB.com_redirect.sys.ini
│ │ │ │ ├── en-GB.com_search.ini
│ │ │ │ ├── en-GB.com_search.sys.ini
│ │ │ │ ├── en-GB.com_tags.ini
│ │ │ │ ├── en-GB.com_tags.sys.ini
│ │ │ │ ├── en-GB.com_templates.ini
│ │ │ │ ├── en-GB.com_templates.sys.ini
│ │ │ │ ├── en-GB.com_users.ini
│ │ │ │ ├── en-GB.com_users.sys.ini
│ │ │ │ ├── en-GB.com_weblinks.ini
│ │ │ │ ├── en-GB.com_weblinks.sys.ini
│ │ │ │ ├── en-GB.com_wrapper.ini
│ │ │ │ ├── en-GB.com_wrapper.sys.ini
│ │ │ │ ├── en-GB.ini
│ │ │ │ ├── en-GB.lib_joomla.ini
│ │ │ │ ├── en-GB.localise.php
│ │ │ │ ├── en-GB.mod_custom.ini
│ │ │ │ ├── en-GB.mod_custom.sys.ini
│ │ │ │ ├── en-GB.mod_feed.ini
│ │ │ │ ├── en-GB.mod_feed.sys.ini
│ │ │ │ ├── en-GB.mod_k2.j16.ini
│ │ │ │ ├── en-GB.mod_k2_quickicons.ini
│ │ │ │ ├── en-GB.mod_k2_quickicons.sys.ini
│ │ │ │ ├── en-GB.mod_k2_stats.ini
│ │ │ │ ├── en-GB.mod_k2_stats.sys.ini
│ │ │ │ ├── en-GB.mod_latest.ini
│ │ │ │ ├── en-GB.mod_latest.sys.ini
│ │ │ │ ├── en-GB.mod_logged.ini
│ │ │ │ ├── en-GB.mod_logged.sys.ini
│ │ │ │ ├── en-GB.mod_login.ini
│ │ │ │ ├── en-GB.mod_login.sys.ini
│ │ │ │ ├── en-GB.mod_menu.ini
│ │ │ │ ├── en-GB.mod_menu.sys.ini
│ │ │ │ ├── en-GB.mod_multilangstatus.ini
│ │ │ │ ├── en-GB.mod_multilangstatus.sys.ini
│ │ │ │ ├── en-GB.mod_popular.ini
│ │ │ │ ├── en-GB.mod_popular.sys.ini
│ │ │ │ ├── en-GB.mod_quickicon.ini
│ │ │ │ ├── en-GB.mod_quickicon.sys.ini
│ │ │ │ ├── en-GB.mod_stats_admin.ini
│ │ │ │ ├── en-GB.mod_stats_admin.sys.ini
│ │ │ │ ├── en-GB.mod_status.ini
│ │ │ │ ├── en-GB.mod_status.sys.ini
│ │ │ │ ├── en-GB.mod_submenu.ini
│ │ │ │ ├── en-GB.mod_submenu.sys.ini
│ │ │ │ ├── en-GB.mod_title.ini
│ │ │ │ ├── en-GB.mod_title.sys.ini
│ │ │ │ ├── en-GB.mod_toolbar.ini
│ │ │ │ ├── en-GB.mod_toolbar.sys.ini
│ │ │ │ ├── en-GB.mod_version.ini
│ │ │ │ ├── en-GB.mod_version.sys.ini
│ │ │ │ ├── en-GB.plg_authentication_cookie.ini
│ │ │ │ ├── en-GB.plg_authentication_cookie.sys.ini
│ │ │ │ ├── en-GB.plg_authentication_gmail.ini
│ │ │ │ ├── en-GB.plg_authentication_gmail.sys.ini
│ │ │ │ ├── en-GB.plg_authentication_joomla.ini
│ │ │ │ ├── en-GB.plg_authentication_joomla.sys.ini
│ │ │ │ ├── en-GB.plg_authentication_ldap.ini
│ │ │ │ ├── en-GB.plg_authentication_ldap.sys.ini
│ │ │ │ ├── en-GB.plg_captcha_recaptcha.ini
│ │ │ │ ├── en-GB.plg_captcha_recaptcha.sys.ini
│ │ │ │ ├── en-GB.plg_content_emailcloak.ini
│ │ │ │ ├── en-GB.plg_content_emailcloak.sys.ini
│ │ │ │ ├── en-GB.plg_content_finder.ini
│ │ │ │ ├── en-GB.plg_content_finder.sys.ini
│ │ │ │ ├── en-GB.plg_content_joomla.ini
│ │ │ │ ├── en-GB.plg_content_joomla.sys.ini
│ │ │ │ ├── en-GB.plg_content_loadmodule.ini
│ │ │ │ ├── en-GB.plg_content_loadmodule.sys.ini
│ │ │ │ ├── en-GB.plg_content_pagebreak.ini
│ │ │ │ ├── en-GB.plg_content_pagebreak.sys.ini
│ │ │ │ ├── en-GB.plg_content_pagenavigation.ini
│ │ │ │ ├── en-GB.plg_content_pagenavigation.sys.ini
│ │ │ │ ├── en-GB.plg_content_vote.ini
│ │ │ │ ├── en-GB.plg_content_vote.sys.ini
│ │ │ │ ├── en-GB.plg_editors_codemirror.ini
│ │ │ │ ├── en-GB.plg_editors_codemirror.sys.ini
│ │ │ │ ├── en-GB.plg_editors_none.ini
│ │ │ │ ├── en-GB.plg_editors_none.sys.ini
│ │ │ │ ├── en-GB.plg_editors_tinymce.ini
│ │ │ │ ├── en-GB.plg_editors_tinymce.sys.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_article.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_article.sys.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_image.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_image.sys.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_pagebreak.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_pagebreak.sys.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_readmore.ini
│ │ │ │ ├── en-GB.plg_editors-xtd_readmore.sys.ini
│ │ │ │ ├── en-GB.plg_extension_joomla.ini
│ │ │ │ ├── en-GB.plg_extension_joomla.sys.ini
│ │ │ │ ├── en-GB.plg_finder_categories.ini
│ │ │ │ ├── en-GB.plg_finder_categories.sys.ini
│ │ │ │ ├── en-GB.plg_finder_contacts.ini
│ │ │ │ ├── en-GB.plg_finder_contacts.sys.ini
│ │ │ │ ├── en-GB.plg_finder_content.ini
│ │ │ │ ├── en-GB.plg_finder_content.sys.ini
│ │ │ │ ├── en-GB.plg_finder_k2.ini
│ │ │ │ ├── en-GB.plg_finder_k2.sys.ini
│ │ │ │ ├── en-GB.plg_finder_newsfeeds.ini
│ │ │ │ ├── en-GB.plg_finder_newsfeeds.sys.ini
│ │ │ │ ├── en-GB.plg_finder_tags.ini
│ │ │ │ ├── en-GB.plg_finder_tags.sys.ini
│ │ │ │ ├── en-GB.plg_finder_weblinks.ini
│ │ │ │ ├── en-GB.plg_finder_weblinks.sys.ini
│ │ │ │ ├── en-GB.plg_installer_webinstaller.ini
│ │ │ │ ├── en-GB.plg_installer_webinstaller.sys.ini
│ │ │ │ ├── en-GB.plg_jmonitoring_akeebabackup.ini
│ │ │ │ ├── en-GB.plg_jmonitoring_akeebabackup.sys.ini
│ │ │ │ ├── en-GB.plg_quickicon_extensionupdate.ini
│ │ │ │ ├── en-GB.plg_quickicon_extensionupdate.sys.ini
│ │ │ │ ├── en-GB.plg_quickicon_joomlaupdate.ini
│ │ │ │ ├── en-GB.plg_quickicon_joomlaupdate.sys.ini
│ │ │ │ ├── en-GB.plg_search_categories.ini
│ │ │ │ ├── en-GB.plg_search_categories.sys.ini
│ │ │ │ ├── en-GB.plg_search_contacts.ini
│ │ │ │ ├── en-GB.plg_search_contacts.sys.ini
│ │ │ │ ├── en-GB.plg_search_content.ini
│ │ │ │ ├── en-GB.plg_search_content.sys.ini
│ │ │ │ ├── en-GB.plg_search_k2.ini
│ │ │ │ ├── en-GB.plg_search_k2.sys.ini
│ │ │ │ ├── en-GB.plg_search_newsfeeds.ini
│ │ │ │ ├── en-GB.plg_search_newsfeeds.sys.ini
│ │ │ │ ├── en-GB.plg_search_weblinks.ini
│ │ │ │ ├── en-GB.plg_search_weblinks.sys.ini
│ │ │ │ ├── en-GB.plg_system_cache.ini
│ │ │ │ ├── en-GB.plg_system_cache.sys.ini
│ │ │ │ ├── en-GB.plg_system_debug.ini
│ │ │ │ ├── en-GB.plg_system_debug.sys.ini
│ │ │ │ ├── en-GB.plg_system_highlight.ini
│ │ │ │ ├── en-GB.plg_system_highlight.sys.ini
│ │ │ │ ├── en-GB.plg_system_k2.ini
│ │ │ │ ├── en-GB.plg_system_k2.sys.ini
│ │ │ │ ├── en-GB.plg_system_languagecode.ini
│ │ │ │ ├── en-GB.plg_system_languagecode.sys.ini
│ │ │ │ ├── en-GB.plg_system_languagefilter.ini
│ │ │ │ ├── en-GB.plg_system_languagefilter.sys.ini
│ │ │ │ ├── en-GB.plg_system_log.ini
│ │ │ │ ├── en-GB.plg_system_logout.ini
│ │ │ │ ├── en-GB.plg_system_logout.sys.ini
│ │ │ │ ├── en-GB.plg_system_log.sys.ini
│ │ │ │ ├── en-GB.plg_system_p3p.ini
│ │ │ │ ├── en-GB.plg_system_p3p.sys.ini
│ │ │ │ ├── en-GB.plg_system_redirect.ini
│ │ │ │ ├── en-GB.plg_system_redirect.sys.ini
│ │ │ │ ├── en-GB.plg_system_remember.ini
│ │ │ │ ├── en-GB.plg_system_remember.sys.ini
│ │ │ │ ├── en-GB.plg_system_sef.ini
│ │ │ │ ├── en-GB.plg_system_sef.sys.ini
│ │ │ │ ├── en-GB.plg_twofactorauth_totp.ini
│ │ │ │ ├── en-GB.plg_twofactorauth_totp.sys.ini
│ │ │ │ ├── en-GB.plg_twofactorauth_yubikey.ini
│ │ │ │ ├── en-GB.plg_twofactorauth_yubikey.sys.ini
│ │ │ │ ├── en-GB.plg_user_contactcreator.ini
│ │ │ │ ├── en-GB.plg_user_contactcreator.sys.ini
│ │ │ │ ├── en-GB.plg_user_joomla.ini
│ │ │ │ ├── en-GB.plg_user_joomla.sys.ini
│ │ │ │ ├── en-GB.plg_user_k2.ini
│ │ │ │ ├── en-GB.plg_user_k2.sys.ini
│ │ │ │ ├── en-GB.plg_user_profile.ini
│ │ │ │ ├── en-GB.plg_user_profile.sys.ini
│ │ │ │ ├── en-GB.tpl_hathor.ini
│ │ │ │ ├── en-GB.tpl_hathor.sys.ini
│ │ │ │ ├── en-GB.tpl_isis.ini
│ │ │ │ ├── en-GB.tpl_isis.sys.ini
│ │ │ │ ├── en-GB.xml
│ │ │ │ ├── index.html
│ │ │ │ └── install.xml
│ │ │ ├── index.html
│ │ │ └── overrides
│ │ │ └── index.html
│ │ ├── manifests
│ │ │ ├── files
│ │ │ │ ├── files_strapper.xml
│ │ │ │ ├── index.html
│ │ │ │ └── joomla.xml
│ │ │ ├── index.html
│ │ │ ├── libraries
│ │ │ │ ├── fof.xml
│ │ │ │ ├── idna_convert.xml
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.xml
│ │ │ │ ├── phpmailer.xml
│ │ │ │ ├── phputf8.xml
│ │ │ │ └── simplepie.xml
│ │ │ └── packages
│ │ │ └── index.html
│ │ ├── modules
│ │ │ ├── index.html
│ │ │ ├── mod_custom
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_custom.php
│ │ │ │ ├── mod_custom.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_feed
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_feed.php
│ │ │ │ ├── mod_feed.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_k2_quickicons
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_k2_quickicons.php
│ │ │ │ ├── mod_k2_quickicons.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── css
│ │ │ │ │ └── style.css
│ │ │ │ ├── default.php
│ │ │ │ └── images
│ │ │ │ ├── bg.jpg
│ │ │ │ └── k2_logo_46x18.png
│ │ │ ├── mod_k2_stats
│ │ │ │ ├── helper.php
│ │ │ │ ├── mod_k2_stats.php
│ │ │ │ ├── mod_k2_stats.xml
│ │ │ │ └── tmpl
│ │ │ │ └── default.php
│ │ │ ├── mod_latest
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_latest.php
│ │ │ │ ├── mod_latest.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_logged
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_logged.php
│ │ │ │ ├── mod_logged.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_login
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_login.php
│ │ │ │ ├── mod_login.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_menu
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── menu.php
│ │ │ │ ├── mod_menu.php
│ │ │ │ ├── mod_menu.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default_disabled.php
│ │ │ │ ├── default_enabled.php
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_multilangstatus
│ │ │ │ ├── index.html
│ │ │ │ ├── language
│ │ │ │ │ ├── en-GB
│ │ │ │ │ │ ├── en-GB.mod_multilangstatus.ini
│ │ │ │ │ │ ├── en-GB.mod_multilangstatus.sys.ini
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_multilangstatus.php
│ │ │ │ ├── mod_multilangstatus.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_popular
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_popular.php
│ │ │ │ ├── mod_popular.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_quickicon
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_quickicon.php
│ │ │ │ ├── mod_quickicon.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_stats_admin
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── language
│ │ │ │ │ ├── en-GB.mod_stats_admin.ini
│ │ │ │ │ ├── en-GB.mod_stats_admin.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_stats_admin.php
│ │ │ │ ├── mod_stats_admin.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_status
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_status.php
│ │ │ │ ├── mod_status.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_submenu
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_submenu.php
│ │ │ │ ├── mod_submenu.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_title
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_title.php
│ │ │ │ ├── mod_title.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── mod_toolbar
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_toolbar.php
│ │ │ │ ├── mod_toolbar.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ └── mod_version
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.mod_version.ini
│ │ │ │ │ ├── en-GB.mod_version.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── mod_version.php
│ │ │ ├── mod_version.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ └── templates
│ │ ├── hathor
│ │ │ ├── component.php
│ │ │ ├── cpanel.php
│ │ │ ├── css
│ │ │ │ ├── boldtext.css
│ │ │ │ ├── colour_blue.css
│ │ │ │ ├── colour_blue_rtl.css
│ │ │ │ ├── colour_brown.css
│ │ │ │ ├── colour_brown_rtl.css
│ │ │ │ ├── colour_highcontrast.css
│ │ │ │ ├── colour_highcontrast_rtl.css
│ │ │ │ ├── colour_standard.css
│ │ │ │ ├── colour_standard_rtl.css
│ │ │ │ ├── error.css
│ │ │ │ ├── ie7.css
│ │ │ │ ├── ie8.css
│ │ │ │ ├── index.html
│ │ │ │ ├── template.css
│ │ │ │ ├── template_rtl.css
│ │ │ │ └── theme.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── com_admin
│ │ │ │ │ ├── help
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── profile
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── sysinfo
│ │ │ │ │ ├── default_config.php
│ │ │ │ │ ├── default_directory.php
│ │ │ │ │ ├── default_navigation.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_phpsettings.php
│ │ │ │ │ ├── default_system.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_banners
│ │ │ │ │ ├── banner
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── banners
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── client
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── clients
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tracks
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_cache
│ │ │ │ │ ├── cache
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── purge
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_categories
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_batch.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_checkin
│ │ │ │ │ ├── checkin
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_config
│ │ │ │ │ ├── application
│ │ │ │ │ │ ├── default_cache.php
│ │ │ │ │ │ ├── default_cookie.php
│ │ │ │ │ │ ├── default_database.php
│ │ │ │ │ │ ├── default_debug.php
│ │ │ │ │ │ ├── default_filters.php
│ │ │ │ │ │ ├── default_ftplogin.php
│ │ │ │ │ │ ├── default_ftp.php
│ │ │ │ │ │ ├── default_locale.php
│ │ │ │ │ │ ├── default_mail.php
│ │ │ │ │ │ ├── default_metadata.php
│ │ │ │ │ │ ├── default_navigation.php
│ │ │ │ │ │ ├── default_permissions.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default_seo.php
│ │ │ │ │ │ ├── default_server.php
│ │ │ │ │ │ ├── default_session.php
│ │ │ │ │ │ ├── default_site.php
│ │ │ │ │ │ ├── default_system.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── component
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_contact
│ │ │ │ │ ├── contact
│ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── contacts
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── articles
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modal.php
│ │ │ │ │ ├── featured
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_cpanel
│ │ │ │ │ ├── cpanel
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_finder
│ │ │ │ │ ├── filter
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── filters
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── maps
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── statistics
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_installer
│ │ │ │ │ ├── database
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── default_ftp.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── discover
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── install
│ │ │ │ │ │ ├── default_form.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── languages
│ │ │ │ │ │ ├── default_filter.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── manage
│ │ │ │ │ │ ├── default_filter.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── update
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── warnings
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_joomlaupdate
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_languages
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── installed
│ │ │ │ │ │ ├── default_ftp.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── languages
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── overrides
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_menus
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── item
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── items
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── menus
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── menutypes
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_messages
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── message
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── messages
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_modules
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── module
│ │ │ │ │ │ ├── edit_assignment.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── modules
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── positions
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modal.php
│ │ │ │ ├── com_newsfeeds
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── newsfeed
│ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── newsfeeds
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modal.php
│ │ │ │ ├── com_plugins
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── plugin
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── plugins
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_postinstall
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── messages
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_redirect
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── links
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_search
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── searches
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_tags
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tag
│ │ │ │ │ │ ├── edit_metadata.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── tags
│ │ │ │ │ ├── default_batch.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_templates
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── style
│ │ │ │ │ │ ├── edit_assignment.php
│ │ │ │ │ │ ├── edit_options.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── styles
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── default_description.php
│ │ │ │ │ │ ├── default_folders.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default_tree.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── templates
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_users
│ │ │ │ │ ├── debuggroup
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── debuguser
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── groups
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── levels
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── notes
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── user
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── users
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modal.php
│ │ │ │ ├── com_weblinks
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── weblink
│ │ │ │ │ │ ├── edit_params.php
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── weblinks
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── layouts
│ │ │ │ │ ├── com_media
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── toolbar
│ │ │ │ │ │ ├── deletemedia.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── newfolder.php
│ │ │ │ │ │ └── uploadmedia.php
│ │ │ │ │ ├── com_messages
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── toolbar
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── mysettings.php
│ │ │ │ │ ├── com_modules
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── toolbar
│ │ │ │ │ │ ├── cancelselect.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── newmodule.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── joomla
│ │ │ │ │ ├── edit
│ │ │ │ │ │ ├── details.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── metadata.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── quickicons
│ │ │ │ │ │ ├── icon.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── sidebars
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── submenu.php
│ │ │ │ │ └── toolbar
│ │ │ │ │ ├── base.php
│ │ │ │ │ ├── batch.php
│ │ │ │ │ ├── confirm.php
│ │ │ │ │ ├── containerclose.php
│ │ │ │ │ ├── containeropen.php
│ │ │ │ │ ├── help.php
│ │ │ │ │ ├── iconclass.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── link.php
│ │ │ │ │ ├── popup.php
│ │ │ │ │ ├── separator.php
│ │ │ │ │ ├── slider.php
│ │ │ │ │ ├── standard.php
│ │ │ │ │ ├── title.php
│ │ │ │ │ └── versions.php
│ │ │ │ ├── mod_login
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_menu
│ │ │ │ │ ├── default_enabled.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_quickicon
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── modules.php
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── admin
│ │ │ │ │ ├── blank.png
│ │ │ │ │ ├── checked_out.png
│ │ │ │ │ ├── collapseall.png
│ │ │ │ │ ├── disabled.png
│ │ │ │ │ ├── downarrow0.png
│ │ │ │ │ ├── downarrow-1.png
│ │ │ │ │ ├── downarrow.png
│ │ │ │ │ ├── expandall.png
│ │ │ │ │ ├── featured.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── filter_16.png
│ │ │ │ │ ├── icon-16-allowinactive.png
│ │ │ │ │ ├── icon-16-allow.png
│ │ │ │ │ ├── icon-16-denyinactive.png
│ │ │ │ │ ├── icon-16-deny.png
│ │ │ │ │ ├── icon-16-links.png
│ │ │ │ │ ├── icon-16-notice-note.png
│ │ │ │ │ ├── icon-16-protected.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── menu_divider.png
│ │ │ │ │ ├── note_add_16.png
│ │ │ │ │ ├── publish_g.png
│ │ │ │ │ ├── publish_r.png
│ │ │ │ │ ├── publish_x.png
│ │ │ │ │ ├── publish_y.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ ├── tick.png
│ │ │ │ │ ├── trash.png
│ │ │ │ │ ├── uparrow0.png
│ │ │ │ │ ├── uparrow-1.png
│ │ │ │ │ └── uparrow.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── bg-menu.gif
│ │ │ │ ├── calendar.png
│ │ │ │ ├── header
│ │ │ │ │ ├── icon-48-alert.png
│ │ │ │ │ ├── icon-48-apply.png
│ │ │ │ │ ├── icon-48-archive.png
│ │ │ │ │ ├── icon-48-article-add.png
│ │ │ │ │ ├── icon-48-article-edit.png
│ │ │ │ │ ├── icon-48-article.png
│ │ │ │ │ ├── icon-48-banner-categories.png
│ │ │ │ │ ├── icon-48-banner-client.png
│ │ │ │ │ ├── icon-48-banner.png
│ │ │ │ │ ├── icon-48-banner-tracks.png
│ │ │ │ │ ├── icon-48-calendar.png
│ │ │ │ │ ├── icon-48-category-add.png
│ │ │ │ │ ├── icon-48-category.png
│ │ │ │ │ ├── icon-48-checkin.png
│ │ │ │ │ ├── icon-48-clear.png
│ │ │ │ │ ├── icon-48-component.png
│ │ │ │ │ ├── icon-48-config.png
│ │ │ │ │ ├── icon-48-contacts-categories.png
│ │ │ │ │ ├── icon-48-contacts.png
│ │ │ │ │ ├── icon-48-content.png
│ │ │ │ │ ├── icon-48-cpanel.png
│ │ │ │ │ ├── icon-48-default.png
│ │ │ │ │ ├── icon-48-deny.png
│ │ │ │ │ ├── icon-48-download.png
│ │ │ │ │ ├── icon-48-edit.png
│ │ │ │ │ ├── icon-48-extension.png
│ │ │ │ │ ├── icon-48-featured.png
│ │ │ │ │ ├── icon-48-frontpage.png
│ │ │ │ │ ├── icon-48-generic.png
│ │ │ │ │ ├── icon-48-groups-add.png
│ │ │ │ │ ├── icon-48-groups.png
│ │ │ │ │ ├── icon-48-help-forum.png
│ │ │ │ │ ├── icon-48-help_header.png
│ │ │ │ │ ├── icon-48-help-this.png
│ │ │ │ │ ├── icon-48-inbox.png
│ │ │ │ │ ├── icon-48-info.png
│ │ │ │ │ ├── icon-48-install.png
│ │ │ │ │ ├── icon-48-jupdate-updatefound.png
│ │ │ │ │ ├── icon-48-jupdate-uptodate.png
│ │ │ │ │ ├── icon-48-language.png
│ │ │ │ │ ├── icon-48-levels-add.png
│ │ │ │ │ ├── icon-48-levels.png
│ │ │ │ │ ├── icon-48-links-cat.png
│ │ │ │ │ ├── icon-48-links.png
│ │ │ │ │ ├── icon-48-massmail.png
│ │ │ │ │ ├── icon-48-media.png
│ │ │ │ │ ├── icon-48-menu-add.png
│ │ │ │ │ ├── icon-48-menumgr.png
│ │ │ │ │ ├── icon-48-menu.png
│ │ │ │ │ ├── icon-48-module.png
│ │ │ │ │ ├── icon-48-move.png
│ │ │ │ │ ├── icon-48-newcategory.png
│ │ │ │ │ ├── icon-48-new-privatemessage.png
│ │ │ │ │ ├── icon-48-newsfeeds-cat.png
│ │ │ │ │ ├── icon-48-newsfeeds.png
│ │ │ │ │ ├── icon-48-notice.png
│ │ │ │ │ ├── icon-48-plugin.png
│ │ │ │ │ ├── icon-48-preview.png
│ │ │ │ │ ├── icon-48-print.png
│ │ │ │ │ ├── icon-48-purge.png
│ │ │ │ │ ├── icon-48-readmess.png
│ │ │ │ │ ├── icon-48-read-privatemessage.png
│ │ │ │ │ ├── icon-48-redirect.png
│ │ │ │ │ ├── icon-48-revert.png
│ │ │ │ │ ├── icon-48-search.png
│ │ │ │ │ ├── icon-48-section.png
│ │ │ │ │ ├── icon-48-send.png
│ │ │ │ │ ├── icon-48-static.png
│ │ │ │ │ ├── icon-48-stats.png
│ │ │ │ │ ├── icon-48-tags.png
│ │ │ │ │ ├── icon-48-themes.png
│ │ │ │ │ ├── icon-48-trash.png
│ │ │ │ │ ├── icon-48-unarchive.png
│ │ │ │ │ ├── icon-48-upload.png
│ │ │ │ │ ├── icon-48-user-add.png
│ │ │ │ │ ├── icon-48-user-edit.png
│ │ │ │ │ ├── icon-48-user.png
│ │ │ │ │ ├── icon-48-user-profile.png
│ │ │ │ │ ├── icon-48-writemess.png
│ │ │ │ │ ├── icon-messaging.png
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── j_arrow_down.png
│ │ │ │ ├── j_arrow_left.png
│ │ │ │ ├── j_arrow.png
│ │ │ │ ├── j_arrow_right.png
│ │ │ │ ├── j_login_lock.png
│ │ │ │ ├── j_logo.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu
│ │ │ │ │ ├── icon-16-alert.png
│ │ │ │ │ ├── icon-16-apply.png
│ │ │ │ │ ├── icon-16-archive.png
│ │ │ │ │ ├── icon-16-article.png
│ │ │ │ │ ├── icon-16-back-user.png
│ │ │ │ │ ├── icon-16-banner-categories.png
│ │ │ │ │ ├── icon-16-banner-client.png
│ │ │ │ │ ├── icon-16-banner.png
│ │ │ │ │ ├── icon-16-banner-tracks.png
│ │ │ │ │ ├── icon-16-calendar.png
│ │ │ │ │ ├── icon-16-category.png
│ │ │ │ │ ├── icon-16-checkin.png
│ │ │ │ │ ├── icon-16-clear.png
│ │ │ │ │ ├── icon-16-component.png
│ │ │ │ │ ├── icon-16-config.png
│ │ │ │ │ ├── icon-16-contacts-categories.png
│ │ │ │ │ ├── icon-16-contacts.png
│ │ │ │ │ ├── icon-16-content.png
│ │ │ │ │ ├── icon-16-cpanel.png
│ │ │ │ │ ├── icon-16-default.png
│ │ │ │ │ ├── icon-16-delete.png
│ │ │ │ │ ├── icon-16-deny.png
│ │ │ │ │ ├── icon-16-download.png
│ │ │ │ │ ├── icon-16-edit.png
│ │ │ │ │ ├── icon-16-featured.png
│ │ │ │ │ ├── icon-16-frontpage.png
│ │ │ │ │ ├── icon-16-generic.png
│ │ │ │ │ ├── icon-16-groups.png
│ │ │ │ │ ├── icon-16-help-community.png
│ │ │ │ │ ├── icon-16-help-dev.png
│ │ │ │ │ ├── icon-16-help-docs.png
│ │ │ │ │ ├── icon-16-help-forum.png
│ │ │ │ │ ├── icon-16-help-jed.png
│ │ │ │ │ ├── icon-16-help-jrd.png
│ │ │ │ │ ├── icon-16-help.png
│ │ │ │ │ ├── icon-16-help-security.png
│ │ │ │ │ ├── icon-16-help-shop.png
│ │ │ │ │ ├── icon-16-help-this.png
│ │ │ │ │ ├── icon-16-help-trans.png
│ │ │ │ │ ├── icon-16-inbox.png
│ │ │ │ │ ├── icon-16-info.png
│ │ │ │ │ ├── icon-16-install.png
│ │ │ │ │ ├── icon-16-language.png
│ │ │ │ │ ├── icon-16-levels.png
│ │ │ │ │ ├── icon-16-links-cat.png
│ │ │ │ │ ├── icon-16-links.png
│ │ │ │ │ ├── icon-16-logout.png
│ │ │ │ │ ├── icon-16-maintenance.png
│ │ │ │ │ ├── icon-16-massmail.png
│ │ │ │ │ ├── icon-16-media.png
│ │ │ │ │ ├── icon-16-menumgr.png
│ │ │ │ │ ├── icon-16-menu.png
│ │ │ │ │ ├── icon-16-messages.png
│ │ │ │ │ ├── icon-16-messaging.png
│ │ │ │ │ ├── icon-16-module.png
│ │ │ │ │ ├── icon-16-move.png
│ │ │ │ │ ├── icon-16-newarticle.png
│ │ │ │ │ ├── icon-16-newcategory.png
│ │ │ │ │ ├── icon-16-newgroup.png
│ │ │ │ │ ├── icon-16-newlevel.png
│ │ │ │ │ ├── icon-16-new.png
│ │ │ │ │ ├── icon-16-new-privatemessage.png
│ │ │ │ │ ├── icon-16-newsfeeds-cat.png
│ │ │ │ │ ├── icon-16-newsfeeds.png
│ │ │ │ │ ├── icon-16-newuser.png
│ │ │ │ │ ├── icon-16-nopreview.png
│ │ │ │ │ ├── icon-16-notdefault.png
│ │ │ │ │ ├── icon-16-notice.png
│ │ │ │ │ ├── icon-16-plugin.png
│ │ │ │ │ ├── icon-16-preview.png
│ │ │ │ │ ├── icon-16-print.png
│ │ │ │ │ ├── icon-16-purge.png
│ │ │ │ │ ├── icon-16-readmess.png
│ │ │ │ │ ├── icon-16-read-privatemessage.png
│ │ │ │ │ ├── icon-16-redirect.png
│ │ │ │ │ ├── icon-16-revert.png
│ │ │ │ │ ├── icon-16-search.png
│ │ │ │ │ ├── icon-16-send.png
│ │ │ │ │ ├── icon-16-stats.png
│ │ │ │ │ ├── icon-16-tags.png
│ │ │ │ │ ├── icon-16-themes.png
│ │ │ │ │ ├── icon-16-trash.png
│ │ │ │ │ ├── icon-16-unarticle.png
│ │ │ │ │ ├── icon-16-upload.png
│ │ │ │ │ ├── icon-16-user-dd.png
│ │ │ │ │ ├── icon-16-user-note.png
│ │ │ │ │ ├── icon-16-user.png
│ │ │ │ │ ├── icon-16-viewsite.png
│ │ │ │ │ ├── icon-16-writemess.png
│ │ │ │ │ └── index.html
│ │ │ │ ├── mini_icon.png
│ │ │ │ ├── notice-alert.png
│ │ │ │ ├── notice-info.png
│ │ │ │ ├── notice-note.png
│ │ │ │ ├── required.png
│ │ │ │ ├── selector-arrow-hc.png
│ │ │ │ ├── selector-arrow.png
│ │ │ │ ├── selector-arrow-rtl.png
│ │ │ │ ├── selector-arrow-std.png
│ │ │ │ ├── system
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── selector-arrow.png
│ │ │ │ └── toolbar
│ │ │ │ ├── icon-32-adduser.png
│ │ │ │ ├── icon-32-alert.png
│ │ │ │ ├── icon-32-apply.png
│ │ │ │ ├── icon-32-archive.png
│ │ │ │ ├── icon-32-article-add.png
│ │ │ │ ├── icon-32-article.png
│ │ │ │ ├── icon-32-back.png
│ │ │ │ ├── icon-32-banner-categories.png
│ │ │ │ ├── icon-32-banner-client.png
│ │ │ │ ├── icon-32-banner.png
│ │ │ │ ├── icon-32-banner-tracks.png
│ │ │ │ ├── icon-32-batch.png
│ │ │ │ ├── icon-32-calendar.png
│ │ │ │ ├── icon-32-cancel.png
│ │ │ │ ├── icon-32-checkin.png
│ │ │ │ ├── icon-32-component.png
│ │ │ │ ├── icon-32-config.png
│ │ │ │ ├── icon-32-contacts-categories.png
│ │ │ │ ├── icon-32-contacts.png
│ │ │ │ ├── icon-32-copy.png
│ │ │ │ ├── icon-32-css.png
│ │ │ │ ├── icon-32-default.png
│ │ │ │ ├── icon-32-delete.png
│ │ │ │ ├── icon-32-delete-style.png
│ │ │ │ ├── icon-32-deny.png
│ │ │ │ ├── icon-32-download.png
│ │ │ │ ├── icon-32-edit.png
│ │ │ │ ├── icon-32-error.png
│ │ │ │ ├── icon-32-export.png
│ │ │ │ ├── icon-32-extension.png
│ │ │ │ ├── icon-32-featured.png
│ │ │ │ ├── icon-32-forward.png
│ │ │ │ ├── icon-32-help.png
│ │ │ │ ├── icon-32-html.png
│ │ │ │ ├── icon-32-inbox.png
│ │ │ │ ├── icon-32-info.png
│ │ │ │ ├── icon-32-links.png
│ │ │ │ ├── icon-32-lock.png
│ │ │ │ ├── icon-32-menu.png
│ │ │ │ ├── icon-32-messaging.png
│ │ │ │ ├── icon-32-messanging.png
│ │ │ │ ├── icon-32-module.png
│ │ │ │ ├── icon-32-move.png
│ │ │ │ ├── icon-32-new.png
│ │ │ │ ├── icon-32-new-privatemessage.png
│ │ │ │ ├── icon-32-new-style.png
│ │ │ │ ├── icon-32-notice.png
│ │ │ │ ├── icon-32-preview.png
│ │ │ │ ├── icon-32-print.png
│ │ │ │ ├── icon-32-publish.png
│ │ │ │ ├── icon-32-purge.png
│ │ │ │ ├── icon-32-read-privatemessage.png
│ │ │ │ ├── icon-32-refresh.png
│ │ │ │ ├── icon-32-remove.png
│ │ │ │ ├── icon-32-revert.png
│ │ │ │ ├── icon-32-save-copy.png
│ │ │ │ ├── icon-32-save-new.png
│ │ │ │ ├── icon-32-save.png
│ │ │ │ ├── icon-32-search.png
│ │ │ │ ├── icon-32-send.png
│ │ │ │ ├── icon-32-stats.png
│ │ │ │ ├── icon-32-trash.png
│ │ │ │ ├── icon-32-unarchive.png
│ │ │ │ ├── icon-32-unblock.png
│ │ │ │ ├── icon-32-unpublish.png
│ │ │ │ ├── icon-32-upload.png
│ │ │ │ ├── icon-32-user-add.png
│ │ │ │ ├── icon-32-xml.png
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── index.html
│ │ │ │ └── template.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_hathor.ini
│ │ │ │ │ ├── en-GB.tpl_hathor.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── less
│ │ │ │ ├── buttons.less
│ │ │ │ ├── colour_baseline.less
│ │ │ │ ├── colour_blue.less
│ │ │ │ ├── colour_brown.less
│ │ │ │ ├── colour_standard.less
│ │ │ │ ├── forms.less
│ │ │ │ ├── hathor_variables.less
│ │ │ │ ├── icomoon.less
│ │ │ │ ├── index.html
│ │ │ │ ├── modals.less
│ │ │ │ ├── template.less
│ │ │ │ └── variables.less
│ │ │ ├── LICENSE.txt
│ │ │ ├── login.php
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── index.html
│ │ ├── isis
│ │ │ ├── component.php
│ │ │ ├── cpanel.php
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ ├── template.css
│ │ │ │ └── template-rtl.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── editor_content.css
│ │ │ │ ├── index.html
│ │ │ │ ├── message.php
│ │ │ │ ├── modules.php
│ │ │ │ ├── mod_version
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── admin
│ │ │ │ │ ├── blank.png
│ │ │ │ │ ├── checked_out.png
│ │ │ │ │ ├── collapseall.png
│ │ │ │ │ ├── disabled.png
│ │ │ │ │ ├── downarrow0.png
│ │ │ │ │ ├── downarrow-1.png
│ │ │ │ │ ├── downarrow.png
│ │ │ │ │ ├── expandall.png
│ │ │ │ │ ├── featured.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── filter_16.png
│ │ │ │ │ ├── icon-16-add.png
│ │ │ │ │ ├── icon-16-allowinactive.png
│ │ │ │ │ ├── icon-16-allow.png
│ │ │ │ │ ├── icon-16-denyinactive.png
│ │ │ │ │ ├── icon-16-deny.png
│ │ │ │ │ ├── icon-16-links.png
│ │ │ │ │ ├── icon-16-notice-note.png
│ │ │ │ │ ├── icon-16-protected.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── menu_divider.png
│ │ │ │ │ ├── note_add_16.png
│ │ │ │ │ ├── publish_g.png
│ │ │ │ │ ├── publish_r.png
│ │ │ │ │ ├── publish_x.png
│ │ │ │ │ ├── publish_y.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ ├── tick.png
│ │ │ │ │ ├── trash.png
│ │ │ │ │ ├── uparrow0.png
│ │ │ │ │ ├── uparrow-1.png
│ │ │ │ │ └── uparrow.png
│ │ │ │ ├── emailButton.png
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.png
│ │ │ │ ├── login-joomla.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── pdf_button.png
│ │ │ │ ├── printButton.png
│ │ │ │ └── system
│ │ │ │ ├── index.html
│ │ │ │ ├── sort_asc.png
│ │ │ │ └── sort_desc.png
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── application.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── classes.js
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.js
│ │ │ │ └── template.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_isis.ini
│ │ │ │ │ ├── en-GB.tpl_isis.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── less
│ │ │ │ ├── icomoon.less
│ │ │ │ ├── index.html
│ │ │ │ ├── template.less
│ │ │ │ ├── template-rtl.less
│ │ │ │ └── variables.less
│ │ │ ├── login.php
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ └── system
│ │ ├── component.php
│ │ ├── css
│ │ │ ├── error.css
│ │ │ ├── index.html
│ │ │ └── system.css
│ │ ├── error.php
│ │ ├── html
│ │ │ ├── index.html
│ │ │ └── modules.php
│ │ ├── images
│ │ │ ├── calendar.png
│ │ │ └── index.html
│ │ ├── index.html
│ │ └── index.php
│ ├── bin
│ │ ├── index.html
│ │ └── keychain.php
│ ├── cache
│ │ └── index.html
│ ├── cli
│ │ ├── deletefiles.php
│ │ ├── finder_indexer.php
│ │ ├── garbagecron.php
│ │ ├── index.html
│ │ └── update_cron.php
│ ├── components
│ │ ├── com_ajax
│ │ │ ├── ajax.php
│ │ │ └── index.html
│ │ ├── com_akeeba
│ │ │ ├── akeeba.php
│ │ │ ├── controllers
│ │ │ │ ├── backup.php
│ │ │ │ ├── json.php
│ │ │ │ └── light.php
│ │ │ ├── dispatcher.php
│ │ │ ├── index.html
│ │ │ ├── models
│ │ │ │ ├── jsons.php
│ │ │ │ └── lights.php
│ │ │ └── views
│ │ │ └── light
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── default.php
│ │ │ │ ├── done.php
│ │ │ │ ├── error.php
│ │ │ │ └── step.php
│ │ │ └── view.raw.php
│ │ ├── com_banners
│ │ │ ├── banners.php
│ │ │ ├── controller.php
│ │ │ ├── helpers
│ │ │ │ ├── banner.php
│ │ │ │ ├── category.php
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── models
│ │ │ │ ├── banner.php
│ │ │ │ ├── banners.php
│ │ │ │ └── index.html
│ │ │ └── router.php
│ │ ├── com_config
│ │ │ ├── config.php
│ │ │ ├── controller
│ │ │ │ ├── canceladmin.php
│ │ │ │ ├── cancel.php
│ │ │ │ ├── cmsbase.php
│ │ │ │ ├── config
│ │ │ │ │ ├── display.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── save.php
│ │ │ │ ├── display.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── templates
│ │ │ │ ├── display.php
│ │ │ │ ├── index.html
│ │ │ │ └── save.php
│ │ │ ├── index.html
│ │ │ ├── model
│ │ │ │ ├── cms.php
│ │ │ │ ├── config.php
│ │ │ │ ├── form
│ │ │ │ │ ├── config.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── templates.xml
│ │ │ │ ├── form.php
│ │ │ │ ├── index.html
│ │ │ │ └── templates.php
│ │ │ └── view
│ │ │ ├── cms
│ │ │ │ ├── html.php
│ │ │ │ ├── index.html
│ │ │ │ └── json.php
│ │ │ ├── config
│ │ │ │ ├── html.php
│ │ │ │ ├── index.html
│ │ │ │ └── tmpl
│ │ │ │ ├── default_metadata.php
│ │ │ │ ├── default.php
│ │ │ │ ├── default_seo.php
│ │ │ │ ├── default_site.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── templates
│ │ │ ├── html.php
│ │ │ ├── index.html
│ │ │ └── tmpl
│ │ │ ├── default_options.php
│ │ │ ├── default.php
│ │ │ ├── default.xml
│ │ │ └── index.html
│ │ ├── com_contact
│ │ │ ├── contact.php
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── contact.php
│ │ │ │ └── index.html
│ │ │ ├── helpers
│ │ │ │ ├── association.php
│ │ │ │ ├── category.php
│ │ │ │ ├── icon.php
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── categories.php
│ │ │ │ ├── category.php
│ │ │ │ ├── contact.php
│ │ │ │ ├── featured.php
│ │ │ │ ├── forms
│ │ │ │ │ ├── contact.xml
│ │ │ │ │ ├── form.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ └── rules
│ │ │ │ ├── contactemailmessage.php
│ │ │ │ ├── contactemail.php
│ │ │ │ ├── contactemailsubject.php
│ │ │ │ └── index.html
│ │ │ ├── router.php
│ │ │ └── views
│ │ │ ├── categories
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── category
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_children.php
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── view.feed.php
│ │ │ │ └── view.html.php
│ │ │ ├── contact
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_address.php
│ │ │ │ │ ├── default_articles.php
│ │ │ │ │ ├── default_form.php
│ │ │ │ │ ├── default_links.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_profile.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── view.html.php
│ │ │ │ └── view.vcf.php
│ │ │ ├── featured
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ └── index.html
│ │ ├── com_content
│ │ │ ├── content.php
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── article.php
│ │ │ │ └── index.html
│ │ │ ├── helpers
│ │ │ │ ├── association.php
│ │ │ │ ├── category.php
│ │ │ │ ├── icon.php
│ │ │ │ ├── index.html
│ │ │ │ ├── query.php
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── archive.php
│ │ │ │ ├── article.php
│ │ │ │ ├── articles.php
│ │ │ │ ├── categories.php
│ │ │ │ ├── category.php
│ │ │ │ ├── featured.php
│ │ │ │ ├── form.php
│ │ │ │ ├── forms
│ │ │ │ │ ├── article.xml
│ │ │ │ │ ├── filter_articles.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── router.php
│ │ │ └── views
│ │ │ ├── archive
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── article
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_links.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── categories
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── category
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── blog_children.php
│ │ │ │ │ ├── blog_item.php
│ │ │ │ │ ├── blog_links.php
│ │ │ │ │ ├── blog.php
│ │ │ │ │ ├── blog.xml
│ │ │ │ │ ├── default_articles.php
│ │ │ │ │ ├── default_children.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── view.feed.php
│ │ │ │ └── view.html.php
│ │ │ ├── featured
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_item.php
│ │ │ │ │ ├── default_links.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── view.feed.php
│ │ │ │ └── view.html.php
│ │ │ ├── form
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── edit.php
│ │ │ │ │ ├── edit.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ └── index.html
│ │ ├── com_contenthistory
│ │ │ ├── contenthistory.php
│ │ │ └── index.html
│ │ ├── com_finder
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── index.html
│ │ │ │ └── suggestions.json.php
│ │ │ ├── finder.php
│ │ │ ├── helpers
│ │ │ │ ├── html
│ │ │ │ │ ├── filter.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── query.php
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── models
│ │ │ │ ├── index.html
│ │ │ │ ├── search.php
│ │ │ │ └── suggestions.php
│ │ │ ├── router.php
│ │ │ └── views
│ │ │ ├── index.html
│ │ │ └── search
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── default_form.php
│ │ │ │ ├── default.php
│ │ │ │ ├── default_result.php
│ │ │ │ ├── default_results.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ ├── view.feed.php
│ │ │ ├── view.html.php
│ │ │ └── view.opensearch.php
│ │ ├── com_k2
│ │ │ ├── controllers
│ │ │ │ ├── comments.php
│ │ │ │ ├── controller.php
│ │ │ │ ├── itemlist.php
│ │ │ │ ├── item.php
│ │ │ │ └── latest.php
│ │ │ ├── css
│ │ │ │ ├── k2.css
│ │ │ │ └── k2.print.css
│ │ │ ├── helpers
│ │ │ │ ├── permissions.j16.php
│ │ │ │ ├── permissions.php
│ │ │ │ ├── route.php
│ │ │ │ └── utilities.php
│ │ │ ├── images
│ │ │ │ ├── fugue
│ │ │ │ │ ├── feed.png
│ │ │ │ │ ├── globe.png
│ │ │ │ │ ├── mail.png
│ │ │ │ │ └── search.png
│ │ │ │ ├── placeholder
│ │ │ │ │ ├── category.png
│ │ │ │ │ └── user.png
│ │ │ │ ├── social
│ │ │ │ │ ├── delicious_16.png
│ │ │ │ │ ├── delicious.png
│ │ │ │ │ ├── digg_16.png
│ │ │ │ │ ├── digg.png
│ │ │ │ │ ├── email.png
│ │ │ │ │ ├── facebook_16.png
│ │ │ │ │ ├── facebook.png
│ │ │ │ │ ├── feed.png
│ │ │ │ │ ├── friendfeed.png
│ │ │ │ │ ├── googlebuzz_16.png
│ │ │ │ │ ├── myspace_16.png
│ │ │ │ │ ├── myspace.png
│ │ │ │ │ ├── reddit_16.png
│ │ │ │ │ ├── reddit.png
│ │ │ │ │ ├── stumble.png
│ │ │ │ │ ├── stumbleupon_16.png
│ │ │ │ │ ├── technorati_16.png
│ │ │ │ │ ├── technorati.png
│ │ │ │ │ ├── twitter_16.png
│ │ │ │ │ └── twitter.png
│ │ │ │ └── system
│ │ │ │ ├── blank.gif
│ │ │ │ ├── featuredItem.png
│ │ │ │ ├── featuredItem_withShadow.png
│ │ │ │ ├── feed-icon-14x14.gif
│ │ │ │ ├── font_decrease.gif
│ │ │ │ ├── font_increase.gif
│ │ │ │ ├── k2CalendarLoader.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── searchLoader.gif
│ │ │ │ ├── star.gif
│ │ │ │ ├── stripes.png
│ │ │ │ ├── transparent_star.gif
│ │ │ │ └── videoplayer-bg.gif
│ │ │ ├── js
│ │ │ │ └── k2.js
│ │ │ ├── k2.php
│ │ │ ├── models
│ │ │ │ ├── itemlist.php
│ │ │ │ └── item.php
│ │ │ ├── router.php
│ │ │ ├── sef_ext
│ │ │ │ └── com_k2.php
│ │ │ ├── templates
│ │ │ │ ├── default
│ │ │ │ │ ├── category_item_links.php
│ │ │ │ │ ├── category_item.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── item_comments_form.php
│ │ │ │ │ ├── itemform.php
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── latest_item.php
│ │ │ │ │ ├── latest.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ └── user.php
│ │ │ │ ├── generic.php
│ │ │ │ ├── generic_search.php
│ │ │ │ ├── profile.php
│ │ │ │ └── register.php
│ │ │ └── views
│ │ │ ├── comments
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ └── report.php
│ │ │ │ └── view.html.php
│ │ │ ├── item
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── item_comments_form.php
│ │ │ │ │ ├── itemform.php
│ │ │ │ │ ├── itemform.xml
│ │ │ │ │ ├── item.php
│ │ │ │ │ └── item.xml
│ │ │ │ ├── view.html.php
│ │ │ │ ├── view.json.php
│ │ │ │ └── view.raw.php
│ │ │ ├── itemlist
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── category_item.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── category.xml
│ │ │ │ │ ├── generic_item.php
│ │ │ │ │ ├── generic.xml
│ │ │ │ │ ├── tag.php
│ │ │ │ │ ├── tag.xml
│ │ │ │ │ ├── user_item.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── user.xml
│ │ │ │ ├── view.feed.php
│ │ │ │ ├── view.html.php
│ │ │ │ ├── view.json.php
│ │ │ │ └── view.raw.php
│ │ │ └── latest
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── latest_item.php
│ │ │ │ ├── latest.php
│ │ │ │ └── latest.xml
│ │ │ └── view.html.php
│ │ ├── com_mailto
│ │ │ ├── controller.php
│ │ │ ├── helpers
│ │ │ │ ├── index.html
│ │ │ │ └── mailto.php
│ │ │ ├── index.html
│ │ │ ├── mailto.php
│ │ │ ├── mailto.xml
│ │ │ └── views
│ │ │ ├── index.html
│ │ │ ├── mailto
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ └── sent
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ └── view.html.php
│ │ ├── com_media
│ │ │ ├── index.html
│ │ │ └── media.php
│ │ ├── com_newsfeeds
│ │ │ ├── controller.php
│ │ │ ├── helpers
│ │ │ │ ├── association.php
│ │ │ │ ├── category.php
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── categories.php
│ │ │ │ ├── category.php
│ │ │ │ ├── index.html
│ │ │ │ └── newsfeed.php
│ │ │ ├── newsfeeds.php
│ │ │ ├── router.php
│ │ │ └── views
│ │ │ ├── categories
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── category
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_children.php
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── index.html
│ │ │ └── newsfeed
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── default.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ └── view.html.php
│ │ ├── com_search
│ │ │ ├── controller.php
│ │ │ ├── index.html
│ │ │ ├── models
│ │ │ │ ├── index.html
│ │ │ │ └── search.php
│ │ │ ├── router.php
│ │ │ ├── search.php
│ │ │ └── views
│ │ │ ├── index.html
│ │ │ └── search
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── default_error.php
│ │ │ │ ├── default_form.php
│ │ │ │ ├── default.php
│ │ │ │ ├── default_results.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ ├── view.html.php
│ │ │ └── view.opensearch.php
│ │ ├── com_tags
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── index.html
│ │ │ │ └── tags.php
│ │ │ ├── helpers
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── index.html
│ │ │ │ ├── tag.php
│ │ │ │ └── tags.php
│ │ │ ├── router.php
│ │ │ ├── tags.php
│ │ │ └── views
│ │ │ ├── index.html
│ │ │ ├── tag
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_items.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── list_items.php
│ │ │ │ │ ├── list.php
│ │ │ │ │ └── list.xml
│ │ │ │ ├── view.feed.php
│ │ │ │ └── view.html.php
│ │ │ └── tags
│ │ │ ├── index.html
│ │ │ ├── tmpl
│ │ │ │ ├── default_items.php
│ │ │ │ ├── default.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ ├── view.feed.php
│ │ │ └── view.html.php
│ │ ├── com_users
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── index.html
│ │ │ │ ├── profile.json.php
│ │ │ │ ├── profile.php
│ │ │ │ ├── registration.php
│ │ │ │ ├── remind.php
│ │ │ │ ├── reset.php
│ │ │ │ └── user.php
│ │ │ ├── helpers
│ │ │ │ ├── html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── users.php
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── forms
│ │ │ │ │ ├── frontend_admin.xml
│ │ │ │ │ ├── frontend.xml
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── login.xml
│ │ │ │ │ ├── profile.xml
│ │ │ │ │ ├── registration.xml
│ │ │ │ │ ├── remind.xml
│ │ │ │ │ ├── reset_complete.xml
│ │ │ │ │ ├── reset_confirm.xml
│ │ │ │ │ ├── reset_request.xml
│ │ │ │ │ └── sitelang.xml
│ │ │ │ ├── index.html
│ │ │ │ ├── login.php
│ │ │ │ ├── profile.php
│ │ │ │ ├── registration.php
│ │ │ │ ├── remind.php
│ │ │ │ └── reset.php
│ │ │ ├── router.php
│ │ │ ├── users.php
│ │ │ └── views
│ │ │ ├── index.html
│ │ │ ├── login
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_login.php
│ │ │ │ │ ├── default_logout.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── profile
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default_core.php
│ │ │ │ │ ├── default_custom.php
│ │ │ │ │ ├── default_params.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ ├── edit.php
│ │ │ │ │ ├── edit.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── registration
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── complete.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── remind
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ └── reset
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── tmpl
│ │ │ │ ├── complete.php
│ │ │ │ ├── confirm.php
│ │ │ │ ├── default.php
│ │ │ │ ├── default.xml
│ │ │ │ └── index.html
│ │ │ └── view.html.php
│ │ ├── com_weblinks
│ │ │ ├── controller.php
│ │ │ ├── controllers
│ │ │ │ ├── index.html
│ │ │ │ └── weblink.php
│ │ │ ├── helpers
│ │ │ │ ├── association.php
│ │ │ │ ├── category.php
│ │ │ │ ├── icon.php
│ │ │ │ ├── index.html
│ │ │ │ └── route.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── models
│ │ │ │ ├── categories.php
│ │ │ │ ├── category.php
│ │ │ │ ├── form.php
│ │ │ │ ├── forms
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── weblink.xml
│ │ │ │ ├── index.html
│ │ │ │ └── weblink.php
│ │ │ ├── router.php
│ │ │ ├── views
│ │ │ │ ├── categories
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── category
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── metadata.xml
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── view.feed.php
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── form
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── metadata.xml
│ │ │ │ │ ├── tmpl
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ ├── edit.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── view.html.php
│ │ │ │ ├── index.html
│ │ │ │ └── weblink
│ │ │ │ ├── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ └── weblinks.php
│ │ ├── com_wrapper
│ │ │ ├── controller.php
│ │ │ ├── index.html
│ │ │ ├── metadata.xml
│ │ │ ├── router.php
│ │ │ ├── views
│ │ │ │ ├── index.html
│ │ │ │ └── wrapper
│ │ │ │ ├── index.html
│ │ │ │ ├── metadata.xml
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default.xml
│ │ │ │ │ └── index.html
│ │ │ │ └── view.html.php
│ │ │ ├── wrapper.php
│ │ │ └── wrapper.xml
│ │ └── index.html
│ ├── configuration.php
│ ├── htaccess.txt
│ ├── images
│ │ ├── banners
│ │ │ ├── index.html
│ │ │ ├── osmbanner1.png
│ │ │ ├── osmbanner2.png
│ │ │ ├── shop-ad-books.jpg
│ │ │ ├── shop-ad.jpg
│ │ │ └── white.png
│ │ ├── demo-image.jpg
│ │ ├── headers
│ │ │ ├── blue-flower.jpg
│ │ │ ├── index.html
│ │ │ ├── maple.jpg
│ │ │ ├── raindrops.jpg
│ │ │ ├── walden-pond.jpg
│ │ │ └── windows.jpg
│ │ ├── index.html
│ │ ├── joomla_black.gif
│ │ ├── joomla_green.gif
│ │ ├── joomla_logo_black.jpg
│ │ ├── powered_by.png
│ │ └── sampledata
│ │ ├── content
│ │ │ ├── demo-image.jpg
│ │ │ └── index.html
│ │ ├── fruitshop
│ │ │ ├── apple.jpg
│ │ │ ├── bananas_2.jpg
│ │ │ ├── fruits.gif
│ │ │ ├── index.html
│ │ │ └── tamarind.jpg
│ │ ├── index.html
│ │ ├── modules
│ │ │ ├── c-bottom1.jpg
│ │ │ ├── c-bottom2.jpg
│ │ │ ├── c-bottom3.jpg
│ │ │ └── index.html
│ │ ├── parks
│ │ │ ├── animals
│ │ │ │ ├── 180px_koala_ag1.jpg
│ │ │ │ ├── 180px_wobbegong.jpg
│ │ │ │ ├── 200px_phyllopteryx_taeniolatus1.jpg
│ │ │ │ ├── 220px_spottedquoll_2005_seanmcclean.jpg
│ │ │ │ ├── 789px_spottedquoll_2005_seanmcclean.jpg
│ │ │ │ ├── 800px_koala_ag1.jpg
│ │ │ │ ├── 800px_phyllopteryx_taeniolatus1.jpg
│ │ │ │ ├── 800px_wobbegong.jpg
│ │ │ │ └── index.html
│ │ │ ├── banner_cradle.jpg
│ │ │ ├── index.html
│ │ │ ├── landscape
│ │ │ │ ├── 120px_pinnacles_western_australia.jpg
│ │ │ │ ├── 120px_rainforest_bluemountainsnsw.jpg
│ │ │ │ ├── 180px_ormiston_pound.jpg
│ │ │ │ ├── 250px_cradle_mountain_seen_from_barn_bluff.jpg
│ │ │ │ ├── 727px_rainforest_bluemountainsnsw.jpg
│ │ │ │ ├── 800px_cradle_mountain_seen_from_barn_bluff.jpg
│ │ │ │ ├── 800px_ormiston_pound.jpg
│ │ │ │ ├── 800px_pinnacles_western_australia.jpg
│ │ │ │ └── index.html
│ │ │ └── parks.gif
│ │ └── slideshow
│ │ ├── image-1.jpg
│ │ ├── image-2.jpg
│ │ ├── image-3.jpg
│ │ └── index.html
│ ├── includes
│ │ ├── defines.php
│ │ ├── framework.php
│ │ └── index.html
│ ├── index.php
│ ├── installation
│ │ ├── angie
│ │ │ ├── application.php
│ │ │ ├── controllers
│ │ │ │ ├── dbrestore.php
│ │ │ │ ├── finalise.php
│ │ │ │ ├── main.php
│ │ │ │ ├── password.php
│ │ │ │ ├── session.php
│ │ │ │ └── setup.php
│ │ │ ├── dispatcher.php
│ │ │ ├── helpers
│ │ │ │ └── select.php
│ │ │ ├── js
│ │ │ │ ├── ajax.js
│ │ │ │ ├── database.js
│ │ │ │ ├── finalise.js
│ │ │ │ ├── ftpbrowser.js
│ │ │ │ ├── json.js
│ │ │ │ ├── main.js
│ │ │ │ └── setup.js
│ │ │ ├── language
│ │ │ │ ├── ar.ini
│ │ │ │ ├── ar-SA.ini
│ │ │ │ ├── az-AZ.ini
│ │ │ │ ├── az.ini
│ │ │ │ ├── bg-BG.ini
│ │ │ │ ├── bs-BA.ini
│ │ │ │ ├── ca-ES.ini
│ │ │ │ ├── cs-CZ.ini
│ │ │ │ ├── da-DK.ini
│ │ │ │ ├── de-DE.ini
│ │ │ │ ├── de.ini
│ │ │ │ ├── el-GR.ini
│ │ │ │ ├── en-GB.ini
│ │ │ │ ├── es-ES.ini
│ │ │ │ ├── et-EE.ini
│ │ │ │ ├── fa.ini
│ │ │ │ ├── fa-IR.ini
│ │ │ │ ├── fi-FI.ini
│ │ │ │ ├── fr-FR.ini
│ │ │ │ ├── hr-HR.ini
│ │ │ │ ├── hu-HU.ini
│ │ │ │ ├── it-IT.ini
│ │ │ │ ├── ja-JP.ini
│ │ │ │ ├── ku_IQ.ini
│ │ │ │ ├── lt-LT.ini
│ │ │ │ ├── mk-MK.ini
│ │ │ │ ├── nb-NO.ini
│ │ │ │ ├── nl-NL.ini
│ │ │ │ ├── pl-PL.ini
│ │ │ │ ├── pt-BR.ini
│ │ │ │ ├── pt-PT.ini
│ │ │ │ ├── ro-RO.ini
│ │ │ │ ├── ru-RU.ini
│ │ │ │ ├── sk-SK.ini
│ │ │ │ ├── [email protected]
│ │ │ │ ├── sv-SE.ini
│ │ │ │ ├── th-TH.ini
│ │ │ │ ├── tr-TR.ini
│ │ │ │ ├── uk-UA.ini
│ │ │ │ ├── vi.ini
│ │ │ │ ├── vi-VN.ini
│ │ │ │ ├── zh-CN.ini
│ │ │ │ └── zh-TW.ini
│ │ │ ├── models
│ │ │ │ ├── configuration.php
│ │ │ │ ├── database.php
│ │ │ │ ├── finalise.php
│ │ │ │ ├── ftpbrowser.php
│ │ │ │ ├── jconfig
│ │ │ │ │ ├── j25.php
│ │ │ │ │ └── j30.php
│ │ │ │ ├── main.php
│ │ │ │ ├── session.php
│ │ │ │ ├── setup.php
│ │ │ │ └── steps.php
│ │ │ └── views
│ │ │ ├── database
│ │ │ │ ├── tmpl
│ │ │ │ │ └── default.php
│ │ │ │ └── view.html.php
│ │ │ ├── finalise
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── success.php
│ │ │ │ └── view.html.php
│ │ │ ├── ftpbrowser
│ │ │ │ ├── tmpl
│ │ │ │ │ └── default.php
│ │ │ │ └── view.html.php
│ │ │ ├── main
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── init.php
│ │ │ │ └── view.raw.php
│ │ │ ├── password
│ │ │ │ └── tmpl
│ │ │ │ └── default.php
│ │ │ ├── session
│ │ │ │ ├── tmpl
│ │ │ │ │ └── default.php
│ │ │ │ └── view.html.php
│ │ │ ├── setup
│ │ │ │ ├── tmpl
│ │ │ │ │ └── default.php
│ │ │ │ └── view.html.php
│ │ │ └── steps
│ │ │ └── tmpl
│ │ │ ├── buttons.php
│ │ │ └── steps.php
│ │ ├── defines.php
│ │ ├── extrainfo.ini
│ │ ├── framework
│ │ │ ├── application
│ │ │ │ └── application.php
│ │ │ ├── autoloader.php
│ │ │ ├── controller
│ │ │ │ └── controller.php
│ │ │ ├── database
│ │ │ │ ├── driver
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ ├── driver.php
│ │ │ │ ├── factory.php
│ │ │ │ ├── query
│ │ │ │ │ ├── limitable.php
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ ├── query.php
│ │ │ │ ├── restore
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ └── restore.php
│ │ │ ├── dispatcher
│ │ │ │ └── dispatcher.php
│ │ │ ├── document
│ │ │ │ ├── document.php
│ │ │ │ ├── html.php
│ │ │ │ ├── json.php
│ │ │ │ └── raw.php
│ │ │ ├── exception
│ │ │ │ ├── app.php
│ │ │ │ ├── dispatch.php
│ │ │ │ └── interface.php
│ │ │ ├── filter
│ │ │ │ └── input.php
│ │ │ ├── ftp
│ │ │ │ └── ftp.php
│ │ │ ├── input
│ │ │ │ └── input.php
│ │ │ ├── log
│ │ │ │ └── log.php
│ │ │ ├── model
│ │ │ │ └── model.php
│ │ │ ├── object
│ │ │ │ └── object.php
│ │ │ ├── session
│ │ │ │ └── session.php
│ │ │ ├── text
│ │ │ │ └── text.php
│ │ │ ├── timer
│ │ │ │ └── timer.php
│ │ │ ├── uri
│ │ │ │ └── uri.php
│ │ │ ├── utils
│ │ │ │ ├── buffer.php
│ │ │ │ ├── ip.php
│ │ │ │ └── path.php
│ │ │ └── view
│ │ │ └── view.php
│ │ ├── index.php
│ │ ├── README.html
│ │ ├── sql
│ │ │ ├── databases.ini
│ │ │ ├── joomla.s01
│ │ │ ├── joomla.s02
│ │ │ ├── joomla.s03
│ │ │ └── joomla.sql
│ │ ├── template
│ │ │ └── angie
│ │ │ ├── css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.min.css
│ │ │ │ ├── footer.css
│ │ │ │ └── old
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ └── bootstrap-responsive.min.css
│ │ │ ├── error.php
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ ├── loading_big.gif
│ │ │ │ └── loading_small.gif
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ └── jquery.js
│ │ │ └── php
│ │ │ ├── buttons.php
│ │ │ ├── head.php
│ │ │ └── messages.php
│ │ ├── tmp
│ │ │ ├── index.html
│ │ │ └── web.config
│ │ └── version.php
│ ├── language
│ │ ├── en-GB
│ │ │ ├── en-GB.com_ajax.ini
│ │ │ ├── en-GB.com_akeeba.ini
│ │ │ ├── en-GB.com_config.ini
│ │ │ ├── en-GB.com_contact.ini
│ │ │ ├── en-GB.com_content.ini
│ │ │ ├── en-GB.com_finder.ini
│ │ │ ├── en-GB.com_k2.ini
│ │ │ ├── en-GB.com_mailto.ini
│ │ │ ├── en-GB.com_media.ini
│ │ │ ├── en-GB.com_messages.ini
│ │ │ ├── en-GB.com_newsfeeds.ini
│ │ │ ├── en-GB.com_search.ini
│ │ │ ├── en-GB.com_tags.ini
│ │ │ ├── en-GB.com_users.ini
│ │ │ ├── en-GB.com_weblinks.ini
│ │ │ ├── en-GB.com_wrapper.ini
│ │ │ ├── en-GB.files_joomla.sys.ini
│ │ │ ├── en-GB.finder_cli.ini
│ │ │ ├── en-GB.ini
│ │ │ ├── en-GB.lib_fof.sys.ini
│ │ │ ├── en-GB.lib_idna_convert.sys.ini
│ │ │ ├── en-GB.lib_joomla.ini
│ │ │ ├── en-GB.lib_joomla.sys.ini
│ │ │ ├── en-GB.lib_phpmailer.sys.ini
│ │ │ ├── en-GB.lib_phputf8.sys.ini
│ │ │ ├── en-GB.lib_simplepie.sys.ini
│ │ │ ├── en-GB.localise.php
│ │ │ ├── en-GB.mod_articles_archive.ini
│ │ │ ├── en-GB.mod_articles_archive.sys.ini
│ │ │ ├── en-GB.mod_articles_categories.ini
│ │ │ ├── en-GB.mod_articles_categories.sys.ini
│ │ │ ├── en-GB.mod_articles_category.ini
│ │ │ ├── en-GB.mod_articles_category.sys.ini
│ │ │ ├── en-GB.mod_articles_latest.ini
│ │ │ ├── en-GB.mod_articles_latest.sys.ini
│ │ │ ├── en-GB.mod_articles_news.ini
│ │ │ ├── en-GB.mod_articles_news.sys.ini
│ │ │ ├── en-GB.mod_articles_popular.ini
│ │ │ ├── en-GB.mod_articles_popular.sys.ini
│ │ │ ├── en-GB.mod_banners.ini
│ │ │ ├── en-GB.mod_banners.sys.ini
│ │ │ ├── en-GB.mod_breadcrumbs.ini
│ │ │ ├── en-GB.mod_breadcrumbs.sys.ini
│ │ │ ├── en-GB.mod_custom.ini
│ │ │ ├── en-GB.mod_custom.sys.ini
│ │ │ ├── en-GB.mod_feed.ini
│ │ │ ├── en-GB.mod_feed.sys.ini
│ │ │ ├── en-GB.mod_finder.ini
│ │ │ ├── en-GB.mod_finder.sys.ini
│ │ │ ├── en-GB.mod_footer.ini
│ │ │ ├── en-GB.mod_footer.sys.ini
│ │ │ ├── en-GB.mod_jfslideshow.ini
│ │ │ ├── en-GB.mod_jfslideshow.sys.ini
│ │ │ ├── en-GB.mod_k2_comments.ini
│ │ │ ├── en-GB.mod_k2_comments.sys.ini
│ │ │ ├── en-GB.mod_k2_content.ini
│ │ │ ├── en-GB.mod_k2_content.sys.ini
│ │ │ ├── en-GB.mod_k2_tools.ini
│ │ │ ├── en-GB.mod_k2_tools.sys.ini
│ │ │ ├── en-GB.mod_k2_user.ini
│ │ │ ├── en-GB.mod_k2_users.ini
│ │ │ ├── en-GB.mod_k2_users.sys.ini
│ │ │ ├── en-GB.mod_k2_user.sys.ini
│ │ │ ├── en-GB.mod_languages.ini
│ │ │ ├── en-GB.mod_languages.sys.ini
│ │ │ ├── en-GB.mod_login.ini
│ │ │ ├── en-GB.mod_login.sys.ini
│ │ │ ├── en-GB.mod_menu.ini
│ │ │ ├── en-GB.mod_menu.sys.ini
│ │ │ ├── en-GB.mod_random_image.ini
│ │ │ ├── en-GB.mod_random_image.sys.ini
│ │ │ ├── en-GB.mod_related_items.ini
│ │ │ ├── en-GB.mod_related_items.sys.ini
│ │ │ ├── en-GB.mod_search.ini
│ │ │ ├── en-GB.mod_search.sys.ini
│ │ │ ├── en-GB.mod_stats.ini
│ │ │ ├── en-GB.mod_stats.sys.ini
│ │ │ ├── en-GB.mod_syndicate.ini
│ │ │ ├── en-GB.mod_syndicate.sys.ini
│ │ │ ├── en-GB.mod_tags_popular.ini
│ │ │ ├── en-GB.mod_tags_popular.sys.ini
│ │ │ ├── en-GB.mod_tags_similar.ini
│ │ │ ├── en-GB.mod_tags_similar.sys.ini
│ │ │ ├── en-GB.mod_users_latest.ini
│ │ │ ├── en-GB.mod_users_latest.sys.ini
│ │ │ ├── en-GB.mod_weblinks.ini
│ │ │ ├── en-GB.mod_weblinks.sys.ini
│ │ │ ├── en-GB.mod_whosonline.ini
│ │ │ ├── en-GB.mod_whosonline.sys.ini
│ │ │ ├── en-GB.mod_wrapper.ini
│ │ │ ├── en-GB.mod_wrapper.sys.ini
│ │ │ ├── en-GB.tpl_beez3.ini
│ │ │ ├── en-GB.tpl_beez3.sys.ini
│ │ │ ├── en-GB.tpl_protostar.ini
│ │ │ ├── en-GB.tpl_protostar.sys.ini
│ │ │ ├── en-GB.xml
│ │ │ ├── index.html
│ │ │ └── install.xml
│ │ ├── index.html
│ │ └── overrides
│ │ └── index.html
│ ├── layouts
│ │ ├── index.html
│ │ ├── joomla
│ │ │ ├── content
│ │ │ │ ├── associations.php
│ │ │ │ ├── blog_style_default_item_title.php
│ │ │ │ ├── blog_style_default_links.php
│ │ │ │ ├── categories_default_items.php
│ │ │ │ ├── categories_default.php
│ │ │ │ ├── category_default.php
│ │ │ │ ├── icons.php
│ │ │ │ ├── index.html
│ │ │ │ ├── info_block
│ │ │ │ │ ├── author.php
│ │ │ │ │ ├── block.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── create_date.php
│ │ │ │ │ ├── hits.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── modify_date.php
│ │ │ │ │ ├── parent_category.php
│ │ │ │ │ └── publish_date.php
│ │ │ │ ├── intro_image.php
│ │ │ │ ├── options_default.php
│ │ │ │ └── tags.php
│ │ │ ├── edit
│ │ │ │ ├── associations.php
│ │ │ │ ├── details.php
│ │ │ │ ├── fieldset.php
│ │ │ │ ├── frontediting_modules.php
│ │ │ │ ├── global.php
│ │ │ │ ├── index.html
│ │ │ │ ├── item_title.php
│ │ │ │ ├── metadata.php
│ │ │ │ ├── params.php
│ │ │ │ ├── publishingdata.php
│ │ │ │ └── title_alias.php
│ │ │ ├── index.html
│ │ │ ├── links
│ │ │ │ ├── groupclose.php
│ │ │ │ ├── groupopen.php
│ │ │ │ ├── groupsclose.php
│ │ │ │ ├── groupseparator.php
│ │ │ │ ├── groupsopen.php
│ │ │ │ ├── index.html
│ │ │ │ └── link.php
│ │ │ ├── quickicons
│ │ │ │ ├── icon.php
│ │ │ │ └── index.html
│ │ │ ├── searchtools
│ │ │ │ ├── default
│ │ │ │ │ ├── bar.php
│ │ │ │ │ ├── filters.php
│ │ │ │ │ └── list.php
│ │ │ │ ├── default.php
│ │ │ │ └── grid
│ │ │ │ └── sort.php
│ │ │ ├── sidebars
│ │ │ │ ├── index.html
│ │ │ │ └── submenu.php
│ │ │ ├── tinymce
│ │ │ │ ├── buttons
│ │ │ │ │ └── button.php
│ │ │ │ ├── buttons.php
│ │ │ │ ├── textarea.php
│ │ │ │ └── togglebutton.php
│ │ │ └── toolbar
│ │ │ ├── base.php
│ │ │ ├── batch.php
│ │ │ ├── confirm.php
│ │ │ ├── containerclose.php
│ │ │ ├── containeropen.php
│ │ │ ├── help.php
│ │ │ ├── iconclass.php
│ │ │ ├── index.html
│ │ │ ├── link.php
│ │ │ ├── popup.php
│ │ │ ├── separator.php
│ │ │ ├── slider.php
│ │ │ ├── standard.php
│ │ │ ├── title.php
│ │ │ └── versions.php
│ │ └── libraries
│ │ ├── cms
│ │ │ ├── html
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── addtab.php
│ │ │ │ │ ├── addtabscript.php
│ │ │ │ │ ├── endtab.php
│ │ │ │ │ ├── endtabset.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── starttabset.php
│ │ │ │ │ └── starttabsetscript.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ └── index.html
│ ├── libraries
│ │ ├── cms
│ │ │ ├── application
│ │ │ │ ├── administrator.php
│ │ │ │ ├── cms.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── site.php
│ │ │ ├── captcha
│ │ │ │ ├── captcha.php
│ │ │ │ └── index.html
│ │ │ ├── component
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── editor
│ │ │ │ ├── editor.php
│ │ │ │ └── index.html
│ │ │ ├── error
│ │ │ │ ├── index.html
│ │ │ │ └── page.php
│ │ │ ├── form
│ │ │ │ ├── field
│ │ │ │ │ ├── author.php
│ │ │ │ │ ├── captcha.php
│ │ │ │ │ ├── chromestyle.php
│ │ │ │ │ ├── contenthistory.php
│ │ │ │ │ ├── contentlanguage.php
│ │ │ │ │ ├── contenttype.php
│ │ │ │ │ ├── editor.php
│ │ │ │ │ ├── headertag.php
│ │ │ │ │ ├── helpsite.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── limitbox.php
│ │ │ │ │ ├── media.php
│ │ │ │ │ ├── menuitem.php
│ │ │ │ │ ├── menu.php
│ │ │ │ │ ├── moduleorder.php
│ │ │ │ │ ├── moduleposition.php
│ │ │ │ │ ├── moduletag.php
│ │ │ │ │ ├── ordering.php
│ │ │ │ │ ├── registrationdaterange.php
│ │ │ │ │ ├── status.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ ├── templatestyle.php
│ │ │ │ │ ├── useractive.php
│ │ │ │ │ ├── usergrouplist.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ └── userstate.php
│ │ │ │ ├── index.html
│ │ │ │ └── rule
│ │ │ │ ├── captcha.php
│ │ │ │ ├── index.html
│ │ │ │ ├── notequals.php
│ │ │ │ └── password.php
│ │ │ ├── help
│ │ │ │ ├── help.php
│ │ │ │ └── index.html
│ │ │ ├── helper
│ │ │ │ ├── contenthistory.php
│ │ │ │ ├── content.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── media.php
│ │ │ │ ├── route.php
│ │ │ │ └── tags.php
│ │ │ ├── html
│ │ │ │ ├── access.php
│ │ │ │ ├── actionsdropdown.php
│ │ │ │ ├── batch.php
│ │ │ │ ├── behavior.php
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── category.php
│ │ │ │ ├── contentlanguage.php
│ │ │ │ ├── content.php
│ │ │ │ ├── date.php
│ │ │ │ ├── dropdown.php
│ │ │ │ ├── email.php
│ │ │ │ ├── formbehavior.php
│ │ │ │ ├── form.php
│ │ │ │ ├── grid.php
│ │ │ │ ├── html.php
│ │ │ │ ├── icons.php
│ │ │ │ ├── index.html
│ │ │ │ ├── jgrid.php
│ │ │ │ ├── jquery.php
│ │ │ │ ├── language
│ │ │ │ │ ├── en-GB
│ │ │ │ │ │ ├── en-GB.jhtmldate.ini
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── links.php
│ │ │ │ ├── list.php
│ │ │ │ ├── menu.php
│ │ │ │ ├── number.php
│ │ │ │ ├── rules.php
│ │ │ │ ├── searchtools.php
│ │ │ │ ├── select.php
│ │ │ │ ├── sidebar.php
│ │ │ │ ├── sliders.php
│ │ │ │ ├── sortablelist.php
│ │ │ │ ├── string.php
│ │ │ │ ├── tabs.php
│ │ │ │ ├── tag.php
│ │ │ │ ├── tel.php
│ │ │ │ └── user.php
│ │ │ ├── index.html
│ │ │ ├── installer
│ │ │ │ ├── adapter
│ │ │ │ │ ├── component.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── library.php
│ │ │ │ │ ├── module.php
│ │ │ │ │ ├── package.php
│ │ │ │ │ ├── plugin.php
│ │ │ │ │ └── template.php
│ │ │ │ ├── extension.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── installer.php
│ │ │ │ ├── manifest
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── library.php
│ │ │ │ │ └── package.php
│ │ │ │ └── manifest.php
│ │ │ ├── language
│ │ │ │ ├── associations.php
│ │ │ │ ├── index.html
│ │ │ │ └── multilang.php
│ │ │ ├── layout
│ │ │ │ ├── base.php
│ │ │ │ ├── file.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── layout.php
│ │ │ ├── library
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── menu
│ │ │ │ ├── administrator.php
│ │ │ │ ├── index.html
│ │ │ │ ├── menu.php
│ │ │ │ └── site.php
│ │ │ ├── module
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── pagination
│ │ │ │ ├── index.html
│ │ │ │ ├── object.php
│ │ │ │ └── pagination.php
│ │ │ ├── pathway
│ │ │ │ ├── index.html
│ │ │ │ ├── pathway.php
│ │ │ │ └── site.php
│ │ │ ├── plugin
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── plugin.php
│ │ │ ├── response
│ │ │ │ ├── index.html
│ │ │ │ └── json.php
│ │ │ ├── router
│ │ │ │ ├── administrator.php
│ │ │ │ ├── index.html
│ │ │ │ ├── router.php
│ │ │ │ └── site.php
│ │ │ ├── schema
│ │ │ │ ├── changeitem
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ ├── changeitem.php
│ │ │ │ ├── changeset.php
│ │ │ │ └── index.html
│ │ │ ├── search
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── table
│ │ │ │ ├── contenthistory.php
│ │ │ │ ├── contenttype.php
│ │ │ │ ├── corecontent.php
│ │ │ │ ├── index.html
│ │ │ │ └── ucm.php
│ │ │ ├── toolbar
│ │ │ │ ├── button
│ │ │ │ │ ├── confirm.php
│ │ │ │ │ ├── custom.php
│ │ │ │ │ ├── help.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── link.php
│ │ │ │ │ ├── popup.php
│ │ │ │ │ ├── separator.php
│ │ │ │ │ ├── slider.php
│ │ │ │ │ └── standard.php
│ │ │ │ ├── button.php
│ │ │ │ ├── index.html
│ │ │ │ └── toolbar.php
│ │ │ ├── ucm
│ │ │ │ ├── base.php
│ │ │ │ ├── content.php
│ │ │ │ ├── index.html
│ │ │ │ ├── type.php
│ │ │ │ └── ucm.php
│ │ │ └── version
│ │ │ ├── index.html
│ │ │ └── version.php
│ │ ├── cms.php
│ │ ├── compat
│ │ │ ├── index.html
│ │ │ ├── jsonserializable.php
│ │ │ └── password
│ │ │ ├── index.html
│ │ │ ├── lib
│ │ │ │ ├── index.html
│ │ │ │ ├── password.php
│ │ │ │ └── version_test.php
│ │ │ └── LICENSE.md
│ │ ├── fof
│ │ │ ├── autoloader
│ │ │ │ ├── component.php
│ │ │ │ └── fof.php
│ │ │ ├── config
│ │ │ │ ├── domain
│ │ │ │ │ ├── dispatcher.php
│ │ │ │ │ ├── interface.php
│ │ │ │ │ ├── tables.php
│ │ │ │ │ └── views.php
│ │ │ │ ├── index.html
│ │ │ │ └── provider.php
│ │ │ ├── controller
│ │ │ │ ├── controller.php
│ │ │ │ └── index.html
│ │ │ ├── dispatcher
│ │ │ │ ├── dispatcher.php
│ │ │ │ └── index.html
│ │ │ ├── encrypt
│ │ │ │ ├── aes.php
│ │ │ │ ├── base32.php
│ │ │ │ ├── index.html
│ │ │ │ └── totp.php
│ │ │ ├── form
│ │ │ │ ├── field
│ │ │ │ │ ├── accesslevel.php
│ │ │ │ │ ├── actions.php
│ │ │ │ │ ├── button.php
│ │ │ │ │ ├── cachehandler.php
│ │ │ │ │ ├── calendar.php
│ │ │ │ │ ├── captcha.php
│ │ │ │ │ ├── checkbox.php
│ │ │ │ │ ├── components.php
│ │ │ │ │ ├── editor.php
│ │ │ │ │ ├── email.php
│ │ │ │ │ ├── groupedlist.php
│ │ │ │ │ ├── hidden.php
│ │ │ │ │ ├── imagelist.php
│ │ │ │ │ ├── image.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── integer.php
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── list.php
│ │ │ │ │ ├── media.php
│ │ │ │ │ ├── model.php
│ │ │ │ │ ├── ordering.php
│ │ │ │ │ ├── password.php
│ │ │ │ │ ├── plugins.php
│ │ │ │ │ ├── published.php
│ │ │ │ │ ├── radio.php
│ │ │ │ │ ├── rules.php
│ │ │ │ │ ├── selectrow.php
│ │ │ │ │ ├── sessionhandler.php
│ │ │ │ │ ├── spacer.php
│ │ │ │ │ ├── sql.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ ├── tel.php
│ │ │ │ │ ├── textarea.php
│ │ │ │ │ ├── text.php
│ │ │ │ │ ├── timezone.php
│ │ │ │ │ ├── title.php
│ │ │ │ │ ├── url.php
│ │ │ │ │ └── user.php
│ │ │ │ ├── field.php
│ │ │ │ ├── form.php
│ │ │ │ ├── header
│ │ │ │ │ ├── accesslevel.php
│ │ │ │ │ ├── fielddate.php
│ │ │ │ │ ├── field.php
│ │ │ │ │ ├── fieldsearchable.php
│ │ │ │ │ ├── fieldselectable.php
│ │ │ │ │ ├── fieldsql.php
│ │ │ │ │ ├── filtersearchable.php
│ │ │ │ │ ├── filterselectable.php
│ │ │ │ │ ├── filtersql.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── model.php
│ │ │ │ │ ├── ordering.php
│ │ │ │ │ ├── published.php
│ │ │ │ │ └── rowselect.php
│ │ │ │ ├── header.php
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── hal
│ │ │ │ ├── document.php
│ │ │ │ ├── link.php
│ │ │ │ ├── links.php
│ │ │ │ └── render
│ │ │ │ ├── interface.php
│ │ │ │ └── json.php
│ │ │ ├── include.php
│ │ │ ├── index.html
│ │ │ ├── inflector
│ │ │ │ ├── index.html
│ │ │ │ └── inflector.php
│ │ │ ├── input
│ │ │ │ ├── index.html
│ │ │ │ └── input.php
│ │ │ ├── layout
│ │ │ │ ├── file.php
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── less
│ │ │ │ ├── formatter
│ │ │ │ │ ├── classic.php
│ │ │ │ │ ├── compressed.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── joomla.php
│ │ │ │ │ └── lessjs.php
│ │ │ │ ├── index.html
│ │ │ │ ├── less.php
│ │ │ │ └── parser
│ │ │ │ ├── index.html
│ │ │ │ └── parser.php
│ │ │ ├── LICENSE.txt
│ │ │ ├── model
│ │ │ │ ├── behavior
│ │ │ │ │ ├── access.php
│ │ │ │ │ ├── enabled.php
│ │ │ │ │ ├── filters.php
│ │ │ │ │ ├── language.php
│ │ │ │ │ └── private.php
│ │ │ │ ├── behavior.php
│ │ │ │ ├── dispatcher
│ │ │ │ │ └── behavior.php
│ │ │ │ ├── field
│ │ │ │ │ ├── boolean.php
│ │ │ │ │ ├── date.php
│ │ │ │ │ ├── number.php
│ │ │ │ │ └── text.php
│ │ │ │ ├── field.php
│ │ │ │ ├── index.html
│ │ │ │ └── model.php
│ │ │ ├── platform
│ │ │ │ ├── interface.php
│ │ │ │ ├── joomla.php
│ │ │ │ └── platform.php
│ │ │ ├── query
│ │ │ │ ├── abstract.php
│ │ │ │ └── index.html
│ │ │ ├── readme.txt
│ │ │ ├── render
│ │ │ │ ├── abstract.php
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla3.php
│ │ │ │ ├── joomla.php
│ │ │ │ └── strapper.php
│ │ │ ├── string
│ │ │ │ ├── index.html
│ │ │ │ └── utils.php
│ │ │ ├── table
│ │ │ │ ├── behavior
│ │ │ │ │ ├── assets.php
│ │ │ │ │ └── tags.php
│ │ │ │ ├── behavior.php
│ │ │ │ ├── dispatcher
│ │ │ │ │ └── behavior.php
│ │ │ │ ├── index.html
│ │ │ │ └── table.php
│ │ │ ├── template
│ │ │ │ ├── index.html
│ │ │ │ └── utils.php
│ │ │ ├── toolbar
│ │ │ │ ├── index.html
│ │ │ │ └── toolbar.php
│ │ │ ├── version.txt
│ │ │ └── view
│ │ │ ├── csv.php
│ │ │ ├── form.php
│ │ │ ├── html.php
│ │ │ ├── index.html
│ │ │ ├── json.php
│ │ │ ├── raw.php
│ │ │ └── view.php
│ │ ├── framework
│ │ │ ├── index.html
│ │ │ └── Joomla
│ │ │ └── DI
│ │ │ ├── ContainerAwareInterface.php
│ │ │ ├── Container.php
│ │ │ ├── Exception
│ │ │ │ └── DependencyResolutionException.php
│ │ │ └── ServiceProviderInterface.php
│ │ ├── idna_convert
│ │ │ ├── idna_convert.class.php
│ │ │ ├── index.html
│ │ │ ├── LICENCE
│ │ │ ├── ReadMe.txt
│ │ │ ├── transcode_wrapper.php
│ │ │ └── uctc.php
│ │ ├── import.legacy.php
│ │ ├── import.php
│ │ ├── index.html
│ │ ├── joomla
│ │ │ ├── access
│ │ │ │ ├── access.php
│ │ │ │ ├── index.html
│ │ │ │ ├── rule.php
│ │ │ │ └── rules.php
│ │ │ ├── application
│ │ │ │ ├── base.php
│ │ │ │ ├── cli.php
│ │ │ │ ├── daemon.php
│ │ │ │ ├── index.html
│ │ │ │ ├── route.php
│ │ │ │ ├── web
│ │ │ │ │ ├── client.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── router
│ │ │ │ │ │ ├── base.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── rest.php
│ │ │ │ │ └── router.php
│ │ │ │ └── web.php
│ │ │ ├── archive
│ │ │ │ ├── archive.php
│ │ │ │ ├── bzip2.php
│ │ │ │ ├── extractable.php
│ │ │ │ ├── gzip.php
│ │ │ │ ├── index.html
│ │ │ │ ├── tar.php
│ │ │ │ └── zip.php
│ │ │ ├── base
│ │ │ │ ├── adapterinstance.php
│ │ │ │ ├── adapter.php
│ │ │ │ └── index.html
│ │ │ ├── cache
│ │ │ │ ├── cache.php
│ │ │ │ ├── controller
│ │ │ │ │ ├── callback.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── output.php
│ │ │ │ │ ├── page.php
│ │ │ │ │ └── view.php
│ │ │ │ ├── controller.php
│ │ │ │ ├── index.html
│ │ │ │ ├── storage
│ │ │ │ │ ├── apc.php
│ │ │ │ │ ├── cachelite.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ ├── helper.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── memcached.php
│ │ │ │ │ ├── memcache.php
│ │ │ │ │ ├── wincache.php
│ │ │ │ │ └── xcache.php
│ │ │ │ └── storage.php
│ │ │ ├── client
│ │ │ │ ├── ftp.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── ldap.php
│ │ │ ├── controller
│ │ │ │ ├── base.php
│ │ │ │ ├── controller.php
│ │ │ │ └── index.html
│ │ │ ├── crypt
│ │ │ │ ├── cipher
│ │ │ │ │ ├── 3des.php
│ │ │ │ │ ├── blowfish.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mcrypt.php
│ │ │ │ │ ├── rijndael256.php
│ │ │ │ │ └── simple.php
│ │ │ │ ├── cipher.php
│ │ │ │ ├── crypt.php
│ │ │ │ ├── index.html
│ │ │ │ ├── key.php
│ │ │ │ ├── password
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── simple.php
│ │ │ │ └── password.php
│ │ │ ├── data
│ │ │ │ ├── data.php
│ │ │ │ ├── dumpable.php
│ │ │ │ ├── index.html
│ │ │ │ └── set.php
│ │ │ ├── database
│ │ │ │ ├── database.php
│ │ │ │ ├── driver
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── oracle.php
│ │ │ │ │ ├── pdo.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ ├── sqlite.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ ├── driver.php
│ │ │ │ ├── exporter
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ └── postgresql.php
│ │ │ │ ├── exporter.php
│ │ │ │ ├── factory.php
│ │ │ │ ├── importer
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ └── postgresql.php
│ │ │ │ ├── importer.php
│ │ │ │ ├── index.html
│ │ │ │ ├── iterator
│ │ │ │ │ ├── azure.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── oracle.php
│ │ │ │ │ ├── pdo.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── sqlite.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ ├── iterator.php
│ │ │ │ ├── query
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── limitable.php
│ │ │ │ │ ├── mysqli.php
│ │ │ │ │ ├── mysql.php
│ │ │ │ │ ├── oracle.php
│ │ │ │ │ ├── pdo.php
│ │ │ │ │ ├── postgresql.php
│ │ │ │ │ ├── preparable.php
│ │ │ │ │ ├── sqlazure.php
│ │ │ │ │ ├── sqlite.php
│ │ │ │ │ └── sqlsrv.php
│ │ │ │ └── query.php
│ │ │ ├── date
│ │ │ │ ├── date.php
│ │ │ │ └── index.html
│ │ │ ├── document
│ │ │ │ ├── document.php
│ │ │ │ ├── error
│ │ │ │ │ ├── error.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── feed
│ │ │ │ │ ├── feed.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── renderer
│ │ │ │ │ ├── atom.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── rss.php
│ │ │ │ ├── html
│ │ │ │ │ ├── html.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── renderer
│ │ │ │ │ ├── component.php
│ │ │ │ │ ├── head.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── message.php
│ │ │ │ │ ├── module.php
│ │ │ │ │ └── modules.php
│ │ │ │ ├── image
│ │ │ │ │ ├── image.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── json
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── json.php
│ │ │ │ ├── opensearch
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── opensearch.php
│ │ │ │ ├── raw
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── raw.php
│ │ │ │ ├── renderer.php
│ │ │ │ └── xml
│ │ │ │ ├── index.html
│ │ │ │ └── xml.php
│ │ │ ├── environment
│ │ │ │ ├── browser.php
│ │ │ │ └── index.html
│ │ │ ├── event
│ │ │ │ ├── dispatcher.php
│ │ │ │ ├── event.php
│ │ │ │ └── index.html
│ │ │ ├── facebook
│ │ │ │ ├── album.php
│ │ │ │ ├── checkin.php
│ │ │ │ ├── comment.php
│ │ │ │ ├── event.php
│ │ │ │ ├── facebook.php
│ │ │ │ ├── group.php
│ │ │ │ ├── index.html
│ │ │ │ ├── link.php
│ │ │ │ ├── note.php
│ │ │ │ ├── oauth.php
│ │ │ │ ├── object.php
│ │ │ │ ├── photo.php
│ │ │ │ ├── post.php
│ │ │ │ ├── status.php
│ │ │ │ ├── user.php
│ │ │ │ └── video.php
│ │ │ ├── factory.php
│ │ │ ├── feed
│ │ │ │ ├── entry.php
│ │ │ │ ├── factory.php
│ │ │ │ ├── feed.php
│ │ │ │ ├── index.html
│ │ │ │ ├── link.php
│ │ │ │ ├── parser
│ │ │ │ │ ├── atom.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── namespace.php
│ │ │ │ │ ├── rss
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── itunes.php
│ │ │ │ │ │ └── media.php
│ │ │ │ │ └── rss.php
│ │ │ │ ├── parser.php
│ │ │ │ └── person.php
│ │ │ ├── filesystem
│ │ │ │ ├── file.php
│ │ │ │ ├── folder.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── meta
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── language
│ │ │ │ │ ├── en-GB
│ │ │ │ │ │ ├── en-GB.lib_joomla_filesystem_patcher.ini
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── patcher.php
│ │ │ │ ├── path.php
│ │ │ │ ├── stream.php
│ │ │ │ ├── streams
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── string.php
│ │ │ │ └── support
│ │ │ │ ├── index.html
│ │ │ │ └── stringcontroller.php
│ │ │ ├── filter
│ │ │ │ ├── index.html
│ │ │ │ ├── input.php
│ │ │ │ └── output.php
│ │ │ ├── form
│ │ │ │ ├── field.php
│ │ │ │ ├── fields
│ │ │ │ │ ├── accesslevel.php
│ │ │ │ │ ├── cachehandler.php
│ │ │ │ │ ├── calendar.php
│ │ │ │ │ ├── checkboxes.php
│ │ │ │ │ ├── checkbox.php
│ │ │ │ │ ├── color.php
│ │ │ │ │ ├── combo.php
│ │ │ │ │ ├── databaseconnection.php
│ │ │ │ │ ├── email.php
│ │ │ │ │ ├── filelist.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ ├── folderlist.php
│ │ │ │ │ ├── groupedlist.php
│ │ │ │ │ ├── hidden.php
│ │ │ │ │ ├── imagelist.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── integer.php
│ │ │ │ │ ├── language.php
│ │ │ │ │ ├── list.php
│ │ │ │ │ ├── meter.php
│ │ │ │ │ ├── note.php
│ │ │ │ │ ├── number.php
│ │ │ │ │ ├── password.php
│ │ │ │ │ ├── plugins.php
│ │ │ │ │ ├── predefinedlist.php
│ │ │ │ │ ├── radio.php
│ │ │ │ │ ├── range.php
│ │ │ │ │ ├── repeatable.php
│ │ │ │ │ ├── rules.php
│ │ │ │ │ ├── sessionhandler.php
│ │ │ │ │ ├── spacer.php
│ │ │ │ │ ├── sql.php
│ │ │ │ │ ├── tel.php
│ │ │ │ │ ├── textarea.php
│ │ │ │ │ ├── text.php
│ │ │ │ │ ├── timezone.php
│ │ │ │ │ ├── url.php
│ │ │ │ │ └── usergroup.php
│ │ │ │ ├── form.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── rule
│ │ │ │ │ ├── boolean.php
│ │ │ │ │ ├── color.php
│ │ │ │ │ ├── email.php
│ │ │ │ │ ├── equals.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── options.php
│ │ │ │ │ ├── rules.php
│ │ │ │ │ ├── tel.php
│ │ │ │ │ ├── url.php
│ │ │ │ │ └── username.php
│ │ │ │ └── rule.php
│ │ │ ├── github
│ │ │ │ ├── account.php
│ │ │ │ ├── commits.php
│ │ │ │ ├── forks.php
│ │ │ │ ├── gists.php
│ │ │ │ ├── github.php
│ │ │ │ ├── hooks.php
│ │ │ │ ├── http.php
│ │ │ │ ├── index.html
│ │ │ │ ├── issues.php
│ │ │ │ ├── meta.php
│ │ │ │ ├── milestones.php
│ │ │ │ ├── object.php
│ │ │ │ ├── pulls.php
│ │ │ │ ├── refs.php
│ │ │ │ ├── statuses.php
│ │ │ │ └── users.php
│ │ │ ├── google
│ │ │ │ ├── auth
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── oauth2.php
│ │ │ │ ├── auth.php
│ │ │ │ ├── data
│ │ │ │ │ ├── adsense.php
│ │ │ │ │ ├── calendar.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── picasa
│ │ │ │ │ │ ├── album.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── photo.php
│ │ │ │ │ ├── picasa.php
│ │ │ │ │ ├── plus
│ │ │ │ │ │ ├── activities.php
│ │ │ │ │ │ ├── comments.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── people.php
│ │ │ │ │ └── plus.php
│ │ │ │ ├── data.php
│ │ │ │ ├── embed
│ │ │ │ │ ├── analytics.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── maps.php
│ │ │ │ ├── embed.php
│ │ │ │ ├── google.php
│ │ │ │ └── index.html
│ │ │ ├── grid
│ │ │ │ ├── grid.php
│ │ │ │ └── index.html
│ │ │ ├── http
│ │ │ │ ├── factory.php
│ │ │ │ ├── http.php
│ │ │ │ ├── index.html
│ │ │ │ ├── response.php
│ │ │ │ ├── transport
│ │ │ │ │ ├── cacert.pem
│ │ │ │ │ ├── curl.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── socket.php
│ │ │ │ │ └── stream.php
│ │ │ │ └── transport.php
│ │ │ ├── image
│ │ │ │ ├── filter
│ │ │ │ │ ├── brightness.php
│ │ │ │ │ ├── contrast.php
│ │ │ │ │ ├── edgedetect.php
│ │ │ │ │ ├── emboss.php
│ │ │ │ │ ├── grayscale.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── negate.php
│ │ │ │ │ ├── sketchy.php
│ │ │ │ │ └── smooth.php
│ │ │ │ ├── filter.php
│ │ │ │ ├── image.php
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── input
│ │ │ │ ├── cli.php
│ │ │ │ ├── cookie.php
│ │ │ │ ├── files.php
│ │ │ │ ├── index.html
│ │ │ │ ├── input.php
│ │ │ │ └── json.php
│ │ │ ├── keychain
│ │ │ │ ├── index.html
│ │ │ │ └── keychain.php
│ │ │ ├── language
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ ├── language.php
│ │ │ │ ├── stemmer
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── porteren.php
│ │ │ │ ├── stemmer.php
│ │ │ │ ├── text.php
│ │ │ │ └── transliterate.php
│ │ │ ├── linkedin
│ │ │ │ ├── communications.php
│ │ │ │ ├── companies.php
│ │ │ │ ├── groups.php
│ │ │ │ ├── index.html
│ │ │ │ ├── jobs.php
│ │ │ │ ├── linkedin.php
│ │ │ │ ├── oauth.php
│ │ │ │ ├── object.php
│ │ │ │ ├── people.php
│ │ │ │ └── stream.php
│ │ │ ├── log
│ │ │ │ ├── entry.php
│ │ │ │ ├── index.html
│ │ │ │ ├── logger
│ │ │ │ │ ├── callback.php
│ │ │ │ │ ├── database.php
│ │ │ │ │ ├── echo.php
│ │ │ │ │ ├── formattedtext.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── messagequeue.php
│ │ │ │ │ ├── syslog.php
│ │ │ │ │ └── w3c.php
│ │ │ │ ├── logger.php
│ │ │ │ └── log.php
│ │ │ ├── mail
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── mail.php
│ │ │ ├── mediawiki
│ │ │ │ ├── categories.php
│ │ │ │ ├── http.php
│ │ │ │ ├── images.php
│ │ │ │ ├── index.html
│ │ │ │ ├── links.php
│ │ │ │ ├── mediawiki.php
│ │ │ │ ├── object.php
│ │ │ │ ├── pages.php
│ │ │ │ ├── search.php
│ │ │ │ ├── sites.php
│ │ │ │ └── users.php
│ │ │ ├── microdata
│ │ │ │ ├── index.html
│ │ │ │ ├── microdata.php
│ │ │ │ └── types.json
│ │ │ ├── model
│ │ │ │ ├── base.php
│ │ │ │ ├── database.php
│ │ │ │ ├── index.html
│ │ │ │ └── model.php
│ │ │ ├── oauth1
│ │ │ │ ├── client.php
│ │ │ │ └── index.html
│ │ │ ├── oauth2
│ │ │ │ ├── client.php
│ │ │ │ └── index.html
│ │ │ ├── object
│ │ │ │ ├── index.html
│ │ │ │ └── object.php
│ │ │ ├── observable
│ │ │ │ ├── index.html
│ │ │ │ └── interface.php
│ │ │ ├── observer
│ │ │ │ ├── index.html
│ │ │ │ ├── interface.php
│ │ │ │ ├── mapper.php
│ │ │ │ ├── updater
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── interface.php
│ │ │ │ └── updater.php
│ │ │ ├── openstreetmap
│ │ │ │ ├── changesets.php
│ │ │ │ ├── elements.php
│ │ │ │ ├── gps.php
│ │ │ │ ├── index.html
│ │ │ │ ├── info.php
│ │ │ │ ├── oauth.php
│ │ │ │ ├── object.php
│ │ │ │ ├── openstreetmap.php
│ │ │ │ └── user.php
│ │ │ ├── profiler
│ │ │ │ ├── index.html
│ │ │ │ └── profiler.php
│ │ │ ├── registry
│ │ │ │ ├── format
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── ini.php
│ │ │ │ │ ├── json.php
│ │ │ │ │ ├── php.php
│ │ │ │ │ └── xml.php
│ │ │ │ ├── format.php
│ │ │ │ ├── index.html
│ │ │ │ └── registry.php
│ │ │ ├── session
│ │ │ │ ├── index.html
│ │ │ │ ├── session.php
│ │ │ │ ├── storage
│ │ │ │ │ ├── apc.php
│ │ │ │ │ ├── database.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── memcached.php
│ │ │ │ │ ├── memcache.php
│ │ │ │ │ ├── none.php
│ │ │ │ │ ├── wincache.php
│ │ │ │ │ └── xcache.php
│ │ │ │ └── storage.php
│ │ │ ├── string
│ │ │ │ ├── index.html
│ │ │ │ ├── inflector.php
│ │ │ │ ├── normalise.php
│ │ │ │ ├── punycode.php
│ │ │ │ └── string.php
│ │ │ ├── table
│ │ │ │ ├── asset.php
│ │ │ │ ├── extension.php
│ │ │ │ ├── index.html
│ │ │ │ ├── language.php
│ │ │ │ ├── nested.php
│ │ │ │ ├── observer
│ │ │ │ │ ├── contenthistory.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── tags.php
│ │ │ │ ├── observer.php
│ │ │ │ ├── table.php
│ │ │ │ ├── update.php
│ │ │ │ ├── usergroup.php
│ │ │ │ ├── user.php
│ │ │ │ └── viewlevel.php
│ │ │ ├── twitter
│ │ │ │ ├── block.php
│ │ │ │ ├── directmessages.php
│ │ │ │ ├── favorites.php
│ │ │ │ ├── friends.php
│ │ │ │ ├── help.php
│ │ │ │ ├── index.html
│ │ │ │ ├── lists.php
│ │ │ │ ├── oauth.php
│ │ │ │ ├── object.php
│ │ │ │ ├── places.php
│ │ │ │ ├── profile.php
│ │ │ │ ├── search.php
│ │ │ │ ├── statuses.php
│ │ │ │ ├── trends.php
│ │ │ │ ├── twitter.php
│ │ │ │ └── users.php
│ │ │ ├── updater
│ │ │ │ ├── adapters
│ │ │ │ │ ├── collection.php
│ │ │ │ │ ├── extension.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── updateadapter.php
│ │ │ │ ├── update.php
│ │ │ │ └── updater.php
│ │ │ ├── uri
│ │ │ │ ├── index.html
│ │ │ │ └── uri.php
│ │ │ ├── user
│ │ │ │ ├── authentication.php
│ │ │ │ ├── helper.php
│ │ │ │ ├── index.html
│ │ │ │ └── user.php
│ │ │ ├── utilities
│ │ │ │ ├── arrayhelper.php
│ │ │ │ ├── buffer.php
│ │ │ │ ├── index.html
│ │ │ │ └── utility.php
│ │ │ └── view
│ │ │ ├── base.php
│ │ │ ├── html.php
│ │ │ ├── index.html
│ │ │ └── view.php
│ │ ├── legacy
│ │ │ ├── access
│ │ │ │ ├── index.html
│ │ │ │ ├── rule.php
│ │ │ │ └── rules.php
│ │ │ ├── application
│ │ │ │ ├── application.php
│ │ │ │ ├── cli.php
│ │ │ │ ├── daemon.php
│ │ │ │ └── index.html
│ │ │ ├── base
│ │ │ │ ├── index.html
│ │ │ │ ├── node.php
│ │ │ │ ├── observable.php
│ │ │ │ ├── observer.php
│ │ │ │ └── tree.php
│ │ │ ├── categories
│ │ │ │ ├── categories.php
│ │ │ │ └── index.html
│ │ │ ├── controller
│ │ │ │ ├── admin.php
│ │ │ │ ├── form.php
│ │ │ │ ├── index.html
│ │ │ │ └── legacy.php
│ │ │ ├── database
│ │ │ │ ├── exception.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mysqli.php
│ │ │ │ ├── mysql.php
│ │ │ │ ├── sqlazure.php
│ │ │ │ └── sqlsrv.php
│ │ │ ├── dispatcher
│ │ │ │ ├── dispatcher.php
│ │ │ │ └── index.html
│ │ │ ├── error
│ │ │ │ ├── error.php
│ │ │ │ └── index.html
│ │ │ ├── exception
│ │ │ │ ├── exception.php
│ │ │ │ └── index.html
│ │ │ ├── form
│ │ │ │ ├── field
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── componentlayout.php
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── modulelayout.php
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── log
│ │ │ │ ├── index.html
│ │ │ │ └── logexception.php
│ │ │ ├── model
│ │ │ │ ├── admin.php
│ │ │ │ ├── form.php
│ │ │ │ ├── index.html
│ │ │ │ ├── item.php
│ │ │ │ ├── legacy.php
│ │ │ │ └── list.php
│ │ │ ├── request
│ │ │ │ ├── index.html
│ │ │ │ └── request.php
│ │ │ ├── response
│ │ │ │ ├── index.html
│ │ │ │ └── response.php
│ │ │ ├── simplecrypt
│ │ │ │ ├── index.html
│ │ │ │ └── simplecrypt.php
│ │ │ ├── simplepie
│ │ │ │ ├── factory.php
│ │ │ │ └── index.html
│ │ │ ├── table
│ │ │ │ ├── category.php
│ │ │ │ ├── content.php
│ │ │ │ ├── index.html
│ │ │ │ ├── menu
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── type.php
│ │ │ │ ├── menu.php
│ │ │ │ ├── module.php
│ │ │ │ └── session.php
│ │ │ ├── utilities
│ │ │ │ ├── index.html
│ │ │ │ └── xmlelement.php
│ │ │ ├── view
│ │ │ │ ├── categories.php
│ │ │ │ ├── categoryfeed.php
│ │ │ │ ├── category.php
│ │ │ │ ├── index.html
│ │ │ │ └── legacy.php
│ │ │ └── web
│ │ │ ├── client.php
│ │ │ ├── index.html
│ │ │ └── web.php
│ │ ├── loader.php
│ │ ├── phpass
│ │ │ ├── index.html
│ │ │ └── PasswordHash.php
│ │ ├── phpmailer
│ │ │ ├── index.html
│ │ │ ├── language
│ │ │ │ ├── index.html
│ │ │ │ └── phpmailer.lang-joomla.php
│ │ │ ├── LICENSE
│ │ │ ├── phpmailer.php
│ │ │ ├── pop3.php
│ │ │ └── smtp.php
│ │ ├── phputf8
│ │ │ ├── index.html
│ │ │ ├── LICENSE
│ │ │ ├── mbstring
│ │ │ │ ├── core.php
│ │ │ │ └── index.html
│ │ │ ├── native
│ │ │ │ ├── core.php
│ │ │ │ └── index.html
│ │ │ ├── ord.php
│ │ │ ├── README
│ │ │ ├── strcasecmp.php
│ │ │ ├── strcspn.php
│ │ │ ├── str_ireplace.php
│ │ │ ├── stristr.php
│ │ │ ├── str_pad.php
│ │ │ ├── strrev.php
│ │ │ ├── str_split.php
│ │ │ ├── strspn.php
│ │ │ ├── substr_replace.php
│ │ │ ├── trim.php
│ │ │ ├── ucfirst.php
│ │ │ ├── ucwords.php
│ │ │ ├── utf8.php
│ │ │ └── utils
│ │ │ ├── ascii.php
│ │ │ ├── bad.php
│ │ │ ├── index.html
│ │ │ ├── patterns.php
│ │ │ ├── position.php
│ │ │ ├── specials.php
│ │ │ ├── unicode.php
│ │ │ └── validation.php
│ │ ├── platform.php
│ │ └── simplepie
│ │ ├── idn
│ │ │ ├── idna_convert.class.php
│ │ │ ├── index.html
│ │ │ ├── LICENCE
│ │ │ ├── npdata.ser
│ │ │ └── ReadMe.txt
│ │ ├── index.html
│ │ ├── LICENSE.txt
│ │ ├── README.txt
│ │ └── simplepie.php
│ ├── LICENSE.txt
│ ├── logs
│ │ └── index.html
│ ├── media
│ │ ├── akeeba_strapper
│ │ │ ├── css
│ │ │ │ ├── bootstrap.j25.css
│ │ │ │ ├── bootstrap.j25.min.css
│ │ │ │ ├── bootstrap.j32.css
│ │ │ │ ├── bootstrap.j32.min.css
│ │ │ │ ├── bootstrap.j3.css
│ │ │ │ ├── bootstrap.j3.min.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── index.html
│ │ │ │ ├── smoothness
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── theme.css
│ │ │ │ ├── strapper.css
│ │ │ │ └── strapper.min.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── akeebajq.js
│ │ │ │ ├── akeebajqui.js
│ │ │ │ ├── akjqmigrate.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── index.html
│ │ │ │ └── namespace.js
│ │ │ ├── less
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── accordion.less
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── bootstrap.less
│ │ │ │ │ ├── breadcrumbs.less
│ │ │ │ │ ├── button-groups.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── carousel.less
│ │ │ │ │ ├── close.less
│ │ │ │ │ ├── code.less
│ │ │ │ │ ├── component-animations.less
│ │ │ │ │ ├── dropdowns.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── hero-unit.less
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── labels-badges.less
│ │ │ │ │ ├── layouts.less
│ │ │ │ │ ├── media.less
│ │ │ │ │ ├── mixins.less
│ │ │ │ │ ├── modals.less
│ │ │ │ │ ├── navbar.less
│ │ │ │ │ ├── navs.less
│ │ │ │ │ ├── pager.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── popovers.less
│ │ │ │ │ ├── progress-bars.less
│ │ │ │ │ ├── reset.less
│ │ │ │ │ ├── responsive-1200px-min.less
│ │ │ │ │ ├── responsive-767px-max.less
│ │ │ │ │ ├── responsive-768px-979px.less
│ │ │ │ │ ├── responsive.less
│ │ │ │ │ ├── responsive-navbar.less
│ │ │ │ │ ├── responsive-utilities.less
│ │ │ │ │ ├── scaffolding.less
│ │ │ │ │ ├── sprites.j32.less
│ │ │ │ │ ├── sprites.j3.less
│ │ │ │ │ ├── sprites.less
│ │ │ │ │ ├── tables.less
│ │ │ │ │ ├── thumbnails.less
│ │ │ │ │ ├── tooltip.less
│ │ │ │ │ ├── type.less
│ │ │ │ │ ├── utilities.less
│ │ │ │ │ ├── variables.less
│ │ │ │ │ └── wells.less
│ │ │ │ ├── bootstrap.full.j32.less
│ │ │ │ ├── bootstrap.full.j3.less
│ │ │ │ ├── bootstrap.full.less
│ │ │ │ ├── bootstrap.j25.less
│ │ │ │ ├── bootstrap.j32.less
│ │ │ │ ├── bootstrap.j3.less
│ │ │ │ ├── bootstrap.minimal.j32.less
│ │ │ │ ├── bootstrap.minimal.j3.less
│ │ │ │ ├── bootstrap.minimal.less
│ │ │ │ ├── index.html
│ │ │ │ ├── strapper.j25.css
│ │ │ │ ├── strapper.j25.less
│ │ │ │ ├── strapper.j25.min.css
│ │ │ │ ├── strapper.j3.less
│ │ │ │ └── strapper.less
│ │ │ ├── strapper.ini
│ │ │ ├── strapper.php
│ │ │ ├── version.php
│ │ │ └── version.txt
│ │ ├── cms
│ │ │ ├── css
│ │ │ │ ├── debug.css
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── com_akeeba
│ │ │ ├── changelog.png
│ │ │ ├── icons
│ │ │ │ ├── akeeba-16.png
│ │ │ │ ├── akeeba-48.png
│ │ │ │ ├── akeeba-ui-32.png
│ │ │ │ ├── akeeba-warning-48.png
│ │ │ │ ├── arrow_small.png
│ │ │ │ ├── error_small.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── logo-48.png
│ │ │ │ ├── ok_small.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── scheduling-32.png
│ │ │ │ └── update.png
│ │ │ ├── js
│ │ │ │ ├── akeebaui.js
│ │ │ │ ├── confwiz.js
│ │ │ │ ├── gui-helpers.js
│ │ │ │ └── stepper.js
│ │ │ └── theme
│ │ │ └── akeebaui.css
│ │ ├── com_banners
│ │ │ └── banner.js
│ │ ├── com_contenthistory
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ └── jquery.pretty-text-diff.css
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── diff_match_patch.js
│ │ │ ├── index.html
│ │ │ ├── jquery.pretty-text-diff.js
│ │ │ └── jquery.pretty-text-diff.min.js
│ │ ├── com_finder
│ │ │ ├── css
│ │ │ │ ├── dates.css
│ │ │ │ ├── finder.css
│ │ │ │ ├── indexer.css
│ │ │ │ ├── index.html
│ │ │ │ ├── selectfilter.css
│ │ │ │ └── sliderfilter.css
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── autocompleter.js
│ │ │ ├── finder.js
│ │ │ ├── highlighter.js
│ │ │ ├── indexer.js
│ │ │ ├── index.html
│ │ │ └── sliderfilter.js
│ │ ├── com_joomlaupdate
│ │ │ ├── default.js
│ │ │ ├── encryption.js
│ │ │ ├── index.html
│ │ │ ├── json2.js
│ │ │ └── update.js
│ │ ├── contacts
│ │ │ ├── images
│ │ │ │ ├── con_address.png
│ │ │ │ ├── con_fax.png
│ │ │ │ ├── con_info.png
│ │ │ │ ├── con_mobile.png
│ │ │ │ ├── con_tel.png
│ │ │ │ ├── emailButton.png
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── editors
│ │ │ ├── codemirror
│ │ │ │ ├── css
│ │ │ │ │ ├── ambiance.css
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ ├── configuration.css
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ └── js
│ │ │ │ ├── brace-fold.js
│ │ │ │ ├── clike.js
│ │ │ │ ├── closebrackets.js
│ │ │ │ ├── closetag.js
│ │ │ │ ├── codemirror.js
│ │ │ │ ├── css.js
│ │ │ │ ├── foldcode.js
│ │ │ │ ├── foldgutter.js
│ │ │ │ ├── fullscreen.js
│ │ │ │ ├── htmlmixed.js
│ │ │ │ ├── indent-fold.js
│ │ │ │ ├── index.html
│ │ │ │ ├── javascript.js
│ │ │ │ ├── less.js
│ │ │ │ ├── matchbrackets.js
│ │ │ │ ├── matchtags.js
│ │ │ │ ├── php.js
│ │ │ │ ├── xml-fold.js
│ │ │ │ └── xml.js
│ │ │ ├── index.html
│ │ │ └── tinymce
│ │ │ ├── index.html
│ │ │ ├── langs
│ │ │ │ ├── ar.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── bs.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fo.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── id.js
│ │ │ │ ├── index.html
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── ka.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lb.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-BR.js
│ │ │ │ ├── pt-PT.js
│ │ │ │ ├── readme.md
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── si-LK.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── sw.js
│ │ │ │ ├── ta.js
│ │ │ │ ├── th.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── uk-UA.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-CN.js
│ │ │ │ └── zh-TW.js
│ │ │ ├── license.txt
│ │ │ ├── plugins
│ │ │ │ ├── advlist
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── anchor
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── autolink
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── autoresize
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── autosave
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── bbcode
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── charmap
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── code
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── compat3x
│ │ │ │ │ ├── editable_selects.js
│ │ │ │ │ ├── form_utils.js
│ │ │ │ │ ├── mctabs.js
│ │ │ │ │ ├── tiny_mce_popup.js
│ │ │ │ │ └── validate.js
│ │ │ │ ├── contextmenu
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── directionality
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── emoticons
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── smiley-cool.gif
│ │ │ │ │ │ ├── smiley-cry.gif
│ │ │ │ │ │ ├── smiley-embarassed.gif
│ │ │ │ │ │ ├── smiley-foot-in-mouth.gif
│ │ │ │ │ │ ├── smiley-frown.gif
│ │ │ │ │ │ ├── smiley-innocent.gif
│ │ │ │ │ │ ├── smiley-kiss.gif
│ │ │ │ │ │ ├── smiley-laughing.gif
│ │ │ │ │ │ ├── smiley-money-mouth.gif
│ │ │ │ │ │ ├── smiley-sealed.gif
│ │ │ │ │ │ ├── smiley-smile.gif
│ │ │ │ │ │ ├── smiley-surprised.gif
│ │ │ │ │ │ ├── smiley-tongue-out.gif
│ │ │ │ │ │ ├── smiley-undecided.gif
│ │ │ │ │ │ ├── smiley-wink.gif
│ │ │ │ │ │ └── smiley-yell.gif
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── example
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── example_dependency
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── fullpage
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── fullscreen
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── hr
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── image
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── importcss
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── insertdatetime
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── layer
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── legacyoutput
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── link
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── lists
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── media
│ │ │ │ │ ├── moxieplayer.swf
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── nonbreaking
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── noneditable
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── pagebreak
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── paste
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── preview
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── print
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── save
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── searchreplace
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── spellchecker
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── tabfocus
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── table
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── template
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── textcolor
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── visualblocks
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── visualblocks.css
│ │ │ │ │ └── plugin.min.js
│ │ │ │ ├── visualchars
│ │ │ │ │ └── plugin.min.js
│ │ │ │ └── wordcount
│ │ │ │ └── plugin.min.js
│ │ │ ├── skins
│ │ │ │ └── lightgray
│ │ │ │ ├── content.inline.min.css
│ │ │ │ ├── content.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── icomoon.eot
│ │ │ │ │ ├── icomoon-small.eot
│ │ │ │ │ ├── icomoon-small.svg
│ │ │ │ │ ├── icomoon-small.ttf
│ │ │ │ │ ├── icomoon-small.woff
│ │ │ │ │ ├── icomoon.svg
│ │ │ │ │ ├── icomoon.ttf
│ │ │ │ │ ├── icomoon.woff
│ │ │ │ │ ├── readme.md
│ │ │ │ │ ├── tinymce.eot
│ │ │ │ │ ├── tinymce-small.eot
│ │ │ │ │ ├── tinymce-small.svg
│ │ │ │ │ ├── tinymce-small.ttf
│ │ │ │ │ ├── tinymce-small.woff
│ │ │ │ │ ├── tinymce.svg
│ │ │ │ │ ├── tinymce.ttf
│ │ │ │ │ └── tinymce.woff
│ │ │ │ ├── img
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── loader.gif
│ │ │ │ │ ├── object.gif
│ │ │ │ │ ├── trans.gif
│ │ │ │ │ └── wline.gif
│ │ │ │ ├── skin.ie7.min.css
│ │ │ │ └── skin.min.css
│ │ │ ├── templates
│ │ │ │ ├── index.html
│ │ │ │ ├── layout1.html
│ │ │ │ └── snippet1.html
│ │ │ ├── themes
│ │ │ │ └── modern
│ │ │ │ └── theme.min.js
│ │ │ └── tinymce.min.js
│ │ ├── index.html
│ │ ├── jui
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap-extended.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ ├── bootstrap-responsive.min.css
│ │ │ │ ├── bootstrap-rtl.css
│ │ │ │ ├── chosen.css
│ │ │ │ ├── chosen-sprite.png
│ │ │ │ ├── icomoon.css
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.minicolors.css
│ │ │ │ ├── jquery.searchtools.css
│ │ │ │ ├── jquery.simplecolors.css
│ │ │ │ └── sortablelist.css
│ │ │ ├── fonts
│ │ │ │ ├── IcoMoon.dev.commented.svg
│ │ │ │ ├── IcoMoon.dev.svg
│ │ │ │ ├── IcoMoon.eot
│ │ │ │ ├── icomoon-license.txt
│ │ │ │ ├── IcoMoon.svg
│ │ │ │ ├── IcoMoon.ttf
│ │ │ │ ├── IcoMoon.woff
│ │ │ │ └── index.html
│ │ │ ├── img
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── alpha.png
│ │ │ │ ├── bg-overlay.png
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ ├── hue.png
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.png
│ │ │ │ ├── jquery.minicolors.png
│ │ │ │ └── saturation.png
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── ajax-chosen.js
│ │ │ │ ├── ajax-chosen.min.js
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── chosen.jquery.js
│ │ │ │ ├── chosen.jquery.min.js
│ │ │ │ ├── cms.js
│ │ │ │ ├── html5.js
│ │ │ │ ├── icomoon-lte-ie7.js
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.js
│ │ │ │ ├── jquery-migrate.js
│ │ │ │ ├── jquery-migrate.min.js
│ │ │ │ ├── jquery.minicolors.js
│ │ │ │ ├── jquery.minicolors.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery-noconflict.js
│ │ │ │ ├── jquery.searchtools.js
│ │ │ │ ├── jquery.searchtools.min.js
│ │ │ │ ├── jquery.simplecolors.js
│ │ │ │ ├── jquery.simplecolors.min.js
│ │ │ │ ├── jquery.ui.core.js
│ │ │ │ ├── jquery.ui.core.min.js
│ │ │ │ ├── jquery.ui.sortable.js
│ │ │ │ ├── jquery.ui.sortable.min.js
│ │ │ │ ├── sortablelist.js
│ │ │ │ ├── treeselectmenu.jquery.js
│ │ │ │ └── treeselectmenu.jquery.min.js
│ │ │ └── less
│ │ │ ├── accordion.less
│ │ │ ├── alerts.less
│ │ │ ├── bootstrap-extended.less
│ │ │ ├── bootstrap.less
│ │ │ ├── bootstrap-rtl.less
│ │ │ ├── breadcrumbs.less
│ │ │ ├── button-groups.less
│ │ │ ├── buttons.less
│ │ │ ├── carousel.less
│ │ │ ├── close.less
│ │ │ ├── code.less
│ │ │ ├── component-animations.less
│ │ │ ├── dropdowns.less
│ │ │ ├── forms.less
│ │ │ ├── grid.less
│ │ │ ├── hero-unit.less
│ │ │ ├── icomoon.less
│ │ │ ├── index.html
│ │ │ ├── labels-badges.less
│ │ │ ├── layouts.less
│ │ │ ├── media.less
│ │ │ ├── mixins.less
│ │ │ ├── modals.joomla.less
│ │ │ ├── modals.less
│ │ │ ├── navbar.less
│ │ │ ├── navs.less
│ │ │ ├── pager.less
│ │ │ ├── pagination.less
│ │ │ ├── popovers.less
│ │ │ ├── progress-bars.less
│ │ │ ├── reset.less
│ │ │ ├── responsive-1200px-min.less
│ │ │ ├── responsive-767px-max.joomla.less
│ │ │ ├── responsive-767px-max.less
│ │ │ ├── responsive-768px-979px.less
│ │ │ ├── responsive.less
│ │ │ ├── responsive-navbar.less
│ │ │ ├── responsive-utilities.less
│ │ │ ├── scaffolding.less
│ │ │ ├── sprites.less
│ │ │ ├── tables.less
│ │ │ ├── thumbnails.less
│ │ │ ├── tooltip.less
│ │ │ ├── type.less
│ │ │ ├── utilities.less
│ │ │ ├── variables.less
│ │ │ └── wells.less
│ │ ├── k2
│ │ │ ├── assets
│ │ │ │ ├── css
│ │ │ │ │ ├── elfinder.min.css
│ │ │ │ │ ├── k2.css
│ │ │ │ │ ├── k2.frontend.css
│ │ │ │ │ ├── k2.modules.css
│ │ │ │ │ └── theme.css
│ │ │ │ ├── images
│ │ │ │ │ ├── dashboard
│ │ │ │ │ │ ├── categories.png
│ │ │ │ │ │ ├── categories-trashed.png
│ │ │ │ │ │ ├── comments.png
│ │ │ │ │ │ ├── documentation.png
│ │ │ │ │ │ ├── extend.png
│ │ │ │ │ │ ├── extra-field-groups.png
│ │ │ │ │ │ ├── extra-fields.png
│ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ ├── image-editing.png
│ │ │ │ │ │ ├── item-new.png
│ │ │ │ │ │ ├── items-featured.png
│ │ │ │ │ │ ├── items.png
│ │ │ │ │ │ ├── items-trashed.png
│ │ │ │ │ │ ├── joomlareader.png
│ │ │ │ │ │ ├── mediamanager.png
│ │ │ │ │ │ └── tags.png
│ │ │ │ │ ├── editforms
│ │ │ │ │ │ ├── Attach.png
│ │ │ │ │ │ ├── Database.png
│ │ │ │ │ │ ├── Document2.png
│ │ │ │ │ │ ├── Document.png
│ │ │ │ │ │ ├── Gear.png
│ │ │ │ │ │ ├── Info2.png
│ │ │ │ │ │ ├── Movie.png
│ │ │ │ │ │ ├── Photo.png
│ │ │ │ │ │ ├── Picture.png
│ │ │ │ │ │ ├── Puzzle.png
│ │ │ │ │ │ ├── Size-Horz.png
│ │ │ │ │ │ ├── Tool.png
│ │ │ │ │ │ ├── Tv.png
│ │ │ │ │ │ ├── Video.png
│ │ │ │ │ │ ├── Write2.png
│ │ │ │ │ │ ├── Write3.png
│ │ │ │ │ │ └── Write.png
│ │ │ │ │ ├── elfinder
│ │ │ │ │ │ ├── arrows-active.png
│ │ │ │ │ │ ├── arrows-normal.png
│ │ │ │ │ │ ├── crop.gif
│ │ │ │ │ │ ├── dialogs.png
│ │ │ │ │ │ ├── icons-big.png
│ │ │ │ │ │ ├── icons-small.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── progress.gif
│ │ │ │ │ │ ├── quicklook-bg.png
│ │ │ │ │ │ ├── quicklook-icons.png
│ │ │ │ │ │ ├── resize.png
│ │ │ │ │ │ ├── spinner-mini.gif
│ │ │ │ │ │ └── toolbar.png
│ │ │ │ │ ├── ie6nomore
│ │ │ │ │ │ ├── ie6nomore-chrome.jpg
│ │ │ │ │ │ ├── ie6nomore-cornerx.jpg
│ │ │ │ │ │ ├── ie6nomore-firefox.jpg
│ │ │ │ │ │ ├── ie6nomore-ie8.jpg
│ │ │ │ │ │ ├── ie6nomore-safari.jpg
│ │ │ │ │ │ └── ie6nomore-warning.jpg
│ │ │ │ │ └── system
│ │ │ │ │ ├── boxTopBackground.jpg
│ │ │ │ │ ├── boxTopBackground.png
│ │ │ │ │ ├── cross.png
│ │ │ │ │ ├── folder.png
│ │ │ │ │ ├── go-up.png
│ │ │ │ │ ├── k2_16x16.png
│ │ │ │ │ ├── k2.gif
│ │ │ │ │ ├── K2_Logo_105x40_24.png
│ │ │ │ │ ├── K2_Logo_126x48_24.png
│ │ │ │ │ ├── K2_Logo_85x36_24.png
│ │ │ │ │ ├── loader.gif
│ │ │ │ │ ├── nicEditorIcons.gif
│ │ │ │ │ ├── question-frame.png
│ │ │ │ │ ├── remove.png
│ │ │ │ │ ├── tick.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_228ef1_256x240.png
│ │ │ │ │ ├── video.png
│ │ │ │ │ └── warning.png
│ │ │ │ ├── js
│ │ │ │ │ ├── elfinder.min.js
│ │ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ │ ├── jquery-1.3.2.min.js
│ │ │ │ │ ├── jquery-1.4.4.min.js
│ │ │ │ │ ├── jquery-1.5.2.min.js
│ │ │ │ │ ├── jquery-1.6.3.min.js
│ │ │ │ │ ├── jquery-1.6.4.min.js
│ │ │ │ │ ├── jquery-1.7.2.min.js
│ │ │ │ │ ├── jquery-1.8.2.min.js
│ │ │ │ │ ├── jquery-1.8.3.min.js
│ │ │ │ │ ├── jquery-1.9.0.min.js
│ │ │ │ │ ├── jquery-1.9.1.min.js
│ │ │ │ │ ├── jquery-ui-1.8.24.custom.min.js
│ │ │ │ │ ├── k2.js
│ │ │ │ │ ├── k2.noconflict.js
│ │ │ │ │ └── nicEdit.js
│ │ │ │ └── sounds
│ │ │ │ └── rm.wav
│ │ │ ├── attachments
│ │ │ │ └── index.html
│ │ │ ├── categories
│ │ │ │ └── index.html
│ │ │ ├── galleries
│ │ │ │ ├── 10
│ │ │ │ │ ├── DSC00001.jpg
│ │ │ │ │ ├── DSC00002.JPG
│ │ │ │ │ ├── DSC00003.JPG
│ │ │ │ │ └── DSC00010.JPG
│ │ │ │ └── index.html
│ │ │ ├── items
│ │ │ │ ├── cache
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_Generic.jpg
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_L.jpg
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_M.jpg
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_S.jpg
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_XL.jpg
│ │ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca_XS.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_Generic.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_L.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_M.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_S.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_XL.jpg
│ │ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14_XS.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_Generic.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_L.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_M.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_S.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_XL.jpg
│ │ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954_XS.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_Generic.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_L.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_M.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_S.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_XL.jpg
│ │ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c_XS.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_Generic.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_L.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_M.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_S.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_XL.jpg
│ │ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585_XS.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_Generic.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_L.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_M.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_S.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_XL.jpg
│ │ │ │ │ ├── 4965657af186b9092c7a96976ffe881c_XS.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_Generic.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_L.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_M.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_S.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_XL.jpg
│ │ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa_XS.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_Generic.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_L.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_M.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_S.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_XL.jpg
│ │ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668_XS.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_Generic.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_L.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_M.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_S.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_XL.jpg
│ │ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8_XS.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_Generic.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_L.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_M.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_S.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_XL.jpg
│ │ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce_XS.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_Generic.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_L.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_M.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_S.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_XL.jpg
│ │ │ │ │ ├── ada9a09acea936d776a6f55c82778c43_XS.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_Generic.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_L.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_M.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_S.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_XL.jpg
│ │ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558_XS.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_Generic.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_L.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_M.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_S.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_XL.jpg
│ │ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53_XS.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_Generic.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_L.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_M.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_S.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_XL.jpg
│ │ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f_XS.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_Generic.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_L.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_M.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_S.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_XL.jpg
│ │ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d_XS.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_Generic.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_L.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_M.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_S.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_XL.jpg
│ │ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1_XS.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_Generic.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_L.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_M.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_S.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_XL.jpg
│ │ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0_XS.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_Generic.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_L.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_M.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_S.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_XL.jpg
│ │ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d_XS.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_Generic.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_L.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_M.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_S.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_XL.jpg
│ │ │ │ │ ├── fc1da7257992fc36032e11db3df7a664_XS.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_Generic.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_L.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_M.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_S.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_XL.jpg
│ │ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c_XS.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_Generic.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_L.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_M.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_S.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_XL.jpg
│ │ │ │ │ ├── ffee2447b152494b43d9816faaea83c8_XS.jpg
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ └── src
│ │ │ │ ├── 077ab55046ce80eaf9a3ddea999597ca.jpg
│ │ │ │ ├── 184b7cb84d7b456c96a0bdfbbeaa5f14.jpg
│ │ │ │ ├── 2fa67f482133f1c934235b73c2a03954.jpg
│ │ │ │ ├── 2ff2ba0051687eef5ca0459cf942940c.jpg
│ │ │ │ ├── 3899dfe821816fbcb3db3e3b23f81585.jpg
│ │ │ │ ├── 4965657af186b9092c7a96976ffe881c.jpg
│ │ │ │ ├── 71f67488b0857639cee631943a3fc6fa.jpg
│ │ │ │ ├── 94d43e327d9303539cb1e2aac7032668.jpg
│ │ │ │ ├── 9b2c4b44fb86522964124ed80d03c5e8.jpg
│ │ │ │ ├── 9caa2793658f3cc387f216157300b1ce.jpg
│ │ │ │ ├── ada9a09acea936d776a6f55c82778c43.jpg
│ │ │ │ ├── c82cc4e14a1d2c8c8ffff9840d24b558.jpg
│ │ │ │ ├── c889234799e865bbe90cee71f6cd2e53.jpg
│ │ │ │ ├── c9b002fe1bb0320831a8ae78670fdb6f.jpg
│ │ │ │ ├── d61d44254608dd06ccdd2ff02982d14d.jpg
│ │ │ │ ├── e0a70f72bdae9885bfc32d7cd19a26a1.jpg
│ │ │ │ ├── e31ace2a15a7c70645ad83df9ecd43b0.jpg
│ │ │ │ ├── f4b6dca0e2911082f0eb6e1df1a0e11d.jpg
│ │ │ │ ├── fc1da7257992fc36032e11db3df7a664.jpg
│ │ │ │ ├── fd8b0f77d767f1f6640afba6916ff67c.jpg
│ │ │ │ ├── ffee2447b152494b43d9816faaea83c8.jpg
│ │ │ │ └── index.html
│ │ │ ├── users
│ │ │ │ └── index.html
│ │ │ └── videos
│ │ │ └── index.html
│ │ ├── mailto
│ │ │ ├── images
│ │ │ │ ├── close-x.png
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── media
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ ├── medialist-details.css
│ │ │ │ ├── medialist-details_rtl.css
│ │ │ │ ├── medialist-thumbs.css
│ │ │ │ ├── medialist-thumbs_rtl.css
│ │ │ │ ├── mediamanager.css
│ │ │ │ ├── mediamanager_rtl.css
│ │ │ │ ├── popup-imagelist.css
│ │ │ │ ├── popup-imagelist_rtl.css
│ │ │ │ ├── popup-imagemanager.css
│ │ │ │ └── popup-imagemanager_rtl.css
│ │ │ ├── images
│ │ │ │ ├── bar.gif
│ │ │ │ ├── con_info.png
│ │ │ │ ├── delete.png
│ │ │ │ ├── dots.gif
│ │ │ │ ├── failed.png
│ │ │ │ ├── folder.gif
│ │ │ │ ├── folder.png
│ │ │ │ ├── folder_sm.png
│ │ │ │ ├── folderup_16.png
│ │ │ │ ├── folderup_32.png
│ │ │ │ ├── index.html
│ │ │ │ ├── mime-icon-16
│ │ │ │ │ ├── avi.png
│ │ │ │ │ ├── doc.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mov.png
│ │ │ │ │ ├── mp3.png
│ │ │ │ │ ├── mp4.png
│ │ │ │ │ ├── odc.png
│ │ │ │ │ ├── odd.png
│ │ │ │ │ ├── odt.png
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.png
│ │ │ │ │ ├── ppt.png
│ │ │ │ │ ├── rar.png
│ │ │ │ │ ├── rtf.png
│ │ │ │ │ ├── svg.png
│ │ │ │ │ ├── sxd.png
│ │ │ │ │ ├── tar.png
│ │ │ │ │ ├── tgz.png
│ │ │ │ │ ├── wma.png
│ │ │ │ │ ├── wmv.png
│ │ │ │ │ ├── xls.png
│ │ │ │ │ └── zip.png
│ │ │ │ ├── mime-icon-32
│ │ │ │ │ ├── avi.png
│ │ │ │ │ ├── doc.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── mov.png
│ │ │ │ │ ├── mp3.png
│ │ │ │ │ ├── mp4.png
│ │ │ │ │ ├── odc.png
│ │ │ │ │ ├── odd.png
│ │ │ │ │ ├── odt.png
│ │ │ │ │ ├── ogg.png
│ │ │ │ │ ├── pdf.png
│ │ │ │ │ ├── ppt.png
│ │ │ │ │ ├── rar.png
│ │ │ │ │ ├── rtf.png
│ │ │ │ │ ├── svg.png
│ │ │ │ │ ├── sxd.png
│ │ │ │ │ ├── tar.png
│ │ │ │ │ ├── tgz.png
│ │ │ │ │ ├── wma.png
│ │ │ │ │ ├── wmv.png
│ │ │ │ │ ├── xls.png
│ │ │ │ │ └── zip.png
│ │ │ │ ├── progress.gif
│ │ │ │ ├── remove.png
│ │ │ │ ├── success.png
│ │ │ │ ├── uploading.png
│ │ │ │ └── upload.png
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── index.html
│ │ │ ├── mediamanager.js
│ │ │ └── popup-imagemanager.js
│ │ ├── mod_languages
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ └── template.css
│ │ │ ├── images
│ │ │ │ ├── af.gif
│ │ │ │ ├── af_za.gif
│ │ │ │ ├── al.gif
│ │ │ │ ├── ar_aa.gif
│ │ │ │ ├── ar.gif
│ │ │ │ ├── at.gif
│ │ │ │ ├── az_az.gif
│ │ │ │ ├── az.gif
│ │ │ │ ├── be_by.gif
│ │ │ │ ├── be.gif
│ │ │ │ ├── belg.gif
│ │ │ │ ├── bg_bg.gif
│ │ │ │ ├── bg.gif
│ │ │ │ ├── bn_bd.gif
│ │ │ │ ├── bn.gif
│ │ │ │ ├── br_fr.gif
│ │ │ │ ├── br.gif
│ │ │ │ ├── bs_ba.gif
│ │ │ │ ├── bs.gif
│ │ │ │ ├── ca_es.gif
│ │ │ │ ├── ca.gif
│ │ │ │ ├── cbk_iq.gif
│ │ │ │ ├── ch.gif
│ │ │ │ ├── cy_gb.gif
│ │ │ │ ├── cy.gif
│ │ │ │ ├── cz_cz.gif
│ │ │ │ ├── cz.gif
│ │ │ │ ├── da_dk.gif
│ │ │ │ ├── da.gif
│ │ │ │ ├── de_de.gif
│ │ │ │ ├── de.gif
│ │ │ │ ├── dk.gif
│ │ │ │ ├── el.gif
│ │ │ │ ├── el_gr.gif
│ │ │ │ ├── en_au.gif
│ │ │ │ ├── en_gb.gif
│ │ │ │ ├── en.gif
│ │ │ │ ├── en_us.gif
│ │ │ │ ├── eo.gif
│ │ │ │ ├── eo_xx.gif
│ │ │ │ ├── es_es.gif
│ │ │ │ ├── es.gif
│ │ │ │ ├── et_ee.gif
│ │ │ │ ├── et.gif
│ │ │ │ ├── fa.gif
│ │ │ │ ├── fa_ir.gif
│ │ │ │ ├── fi_fi.gif
│ │ │ │ ├── fi.gif
│ │ │ │ ├── fr_fr.gif
│ │ │ │ ├── fr.gif
│ │ │ │ ├── gd_gb.gif
│ │ │ │ ├── gd.gif
│ │ │ │ ├── he.gif
│ │ │ │ ├── he_il.gif
│ │ │ │ ├── hi.gif
│ │ │ │ ├── hi_in.gif
│ │ │ │ ├── hk.gif
│ │ │ │ ├── hk_hk.gif
│ │ │ │ ├── hr.gif
│ │ │ │ ├── hr_hr.gif
│ │ │ │ ├── hu.gif
│ │ │ │ ├── hu_hu.gif
│ │ │ │ ├── hy_am.gif
│ │ │ │ ├── hy.gif
│ │ │ │ ├── icon-16-language.png
│ │ │ │ ├── id.gif
│ │ │ │ ├── id_id.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── is.gif
│ │ │ │ ├── is_is.gif
│ │ │ │ ├── it.gif
│ │ │ │ ├── it_it.gif
│ │ │ │ ├── ja.gif
│ │ │ │ ├── ja_jp.gif
│ │ │ │ ├── ka_ge.gif
│ │ │ │ ├── ka.gif
│ │ │ │ ├── km.gif
│ │ │ │ ├── km_kr.gif
│ │ │ │ ├── ko.gif
│ │ │ │ ├── ko_kr.gif
│ │ │ │ ├── ku.gif
│ │ │ │ ├── lo.gif
│ │ │ │ ├── lo_la.gif
│ │ │ │ ├── lt.gif
│ │ │ │ ├── lt_lt.gif
│ │ │ │ ├── lv.gif
│ │ │ │ ├── lv_lv.gif
│ │ │ │ ├── mk.gif
│ │ │ │ ├── mk_mk.gif
│ │ │ │ ├── mn.gif
│ │ │ │ ├── mn_mn.gif
│ │ │ │ ├── ms_my.gif
│ │ │ │ ├── nb_no.gif
│ │ │ │ ├── nl_be.gif
│ │ │ │ ├── nl.gif
│ │ │ │ ├── nl_nl.gif
│ │ │ │ ├── no.gif
│ │ │ │ ├── pl.gif
│ │ │ │ ├── pl_pl.gif
│ │ │ │ ├── ps_af.gif
│ │ │ │ ├── ps.gif
│ │ │ │ ├── pt_br.gif
│ │ │ │ ├── pt.gif
│ │ │ │ ├── pt_pt.gif
│ │ │ │ ├── ro.gif
│ │ │ │ ├── ro_ro.gif
│ │ │ │ ├── ru.gif
│ │ │ │ ├── ru_ru.gif
│ │ │ │ ├── sk.gif
│ │ │ │ ├── sk_sk.gif
│ │ │ │ ├── sl.gif
│ │ │ │ ├── sl_si.gif
│ │ │ │ ├── sq_al.gif
│ │ │ │ ├── sr.gif
│ │ │ │ ├── srp_me.gif
│ │ │ │ ├── sr_rs.gif
│ │ │ │ ├── sr_yu.gif
│ │ │ │ ├── sv.gif
│ │ │ │ ├── sv_se.gif
│ │ │ │ ├── sw.gif
│ │ │ │ ├── sw_ke.gif
│ │ │ │ ├── sy.gif
│ │ │ │ ├── sy_iq.gif
│ │ │ │ ├── ta.gif
│ │ │ │ ├── ta_in.gif
│ │ │ │ ├── th.gif
│ │ │ │ ├── th_th.gif
│ │ │ │ ├── tr.gif
│ │ │ │ ├── tr_tr.gif
│ │ │ │ ├── tw.gif
│ │ │ │ ├── uk.gif
│ │ │ │ ├── uk_ua.gif
│ │ │ │ ├── ur.gif
│ │ │ │ ├── ur_pk.gif
│ │ │ │ ├── us.gif
│ │ │ │ ├── uz.gif
│ │ │ │ ├── uz_uz.gif
│ │ │ │ ├── vi.gif
│ │ │ │ ├── vi_vn.gif
│ │ │ │ ├── zh_cn.gif
│ │ │ │ ├── zh.gif
│ │ │ │ └── zh_tw.gif
│ │ │ └── index.html
│ │ ├── overrider
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ └── overrider.css
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── index.html
│ │ │ └── overrider.js
│ │ ├── plg_quickicon_extensionupdate
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── extensionupdatecheck.js
│ │ │ └── index.html
│ │ ├── plg_quickicon_joomlaupdate
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ ├── index.html
│ │ │ └── jupdatecheck.js
│ │ ├── plg_system_highlight
│ │ │ ├── highlight.css
│ │ │ └── index.html
│ │ └── system
│ │ ├── css
│ │ │ ├── adminlist.css
│ │ │ ├── calendar-jos.css
│ │ │ ├── frontediting.css
│ │ │ ├── index.html
│ │ │ ├── jquery.Jcrop.min.css
│ │ │ ├── modal.css
│ │ │ ├── mootree.css
│ │ │ ├── mootree_rtl.css
│ │ │ └── system.css
│ │ ├── images
│ │ │ ├── arrow.png
│ │ │ ├── arrow_rtl.png
│ │ │ ├── blank.png
│ │ │ ├── calendar.png
│ │ │ ├── checked_out.png
│ │ │ ├── edit.png
│ │ │ ├── edit_unpublished.png
│ │ │ ├── emailButton.png
│ │ │ ├── icon-16-logout.png
│ │ │ ├── icon_error.gif
│ │ │ ├── indent1.png
│ │ │ ├── indent2.png
│ │ │ ├── indent3.png
│ │ │ ├── indent4.png
│ │ │ ├── indent5.png
│ │ │ ├── indent.png
│ │ │ ├── index.html
│ │ │ ├── livemarks.png
│ │ │ ├── livemarks-rtl.png
│ │ │ ├── modal
│ │ │ │ ├── bg_e.png
│ │ │ │ ├── bg_ne.png
│ │ │ │ ├── bg_n.png
│ │ │ │ ├── bg_nw.png
│ │ │ │ ├── bg_se.png
│ │ │ │ ├── bg_s.png
│ │ │ │ ├── bg_sw.png
│ │ │ │ ├── bg_w.png
│ │ │ │ ├── closebox.png
│ │ │ │ ├── index.html
│ │ │ │ └── spinner.gif
│ │ │ ├── mooRainbow
│ │ │ │ ├── blank.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── moor_arrows.gif
│ │ │ │ ├── moor_boverlay.png
│ │ │ │ ├── moor_cursor.gif
│ │ │ │ ├── moor_slider.png
│ │ │ │ └── moor_woverlay.png
│ │ │ ├── mootree.gif
│ │ │ ├── mootree_loader.gif
│ │ │ ├── new.png
│ │ │ ├── no_indent.png
│ │ │ ├── notice-alert.png
│ │ │ ├── notice-download.png
│ │ │ ├── notice-info.png
│ │ │ ├── notice-note.png
│ │ │ ├── pdf_button.png
│ │ │ ├── printButton.png
│ │ │ ├── rating_star_blank.png
│ │ │ ├── rating_star.png
│ │ │ ├── sort0.png
│ │ │ ├── sort1.png
│ │ │ ├── sort_asc.png
│ │ │ ├── sort_desc.png
│ │ │ ├── sort_none.png
│ │ │ ├── tooltip.png
│ │ │ └── weblink.png
│ │ ├── index.html
│ │ └── js
│ │ ├── calendar.js
│ │ ├── calendar-setup.js
│ │ ├── calendar-setup-uncompressed.js
│ │ ├── calendar-uncompressed.js
│ │ ├── caption.js
│ │ ├── caption-uncompressed.js
│ │ ├── combobox.js
│ │ ├── combobox-uncompressed.js
│ │ ├── core.js
│ │ ├── core-uncompressed.js
│ │ ├── frontediting.js
│ │ ├── frontediting-uncompressed.js
│ │ ├── helpsite.js
│ │ ├── highlighter.js
│ │ ├── highlighter-uncompressed.js
│ │ ├── html5fallback.js
│ │ ├── html5fallback-uncompressed.js
│ │ ├── index.html
│ │ ├── jquery.Jcrop.js
│ │ ├── jquery.Jcrop.min.js
│ │ ├── modal.js
│ │ ├── modal-uncompressed.js
│ │ ├── mootools-core.js
│ │ ├── mootools-core-uncompressed.js
│ │ ├── mootools-more.js
│ │ ├── mootools-more-uncompressed.js
│ │ ├── mootree.js
│ │ ├── mootree-uncompressed.js
│ │ ├── multiselect.js
│ │ ├── multiselect-uncompressed.js
│ │ ├── passwordstrength.js
│ │ ├── progressbar.js
│ │ ├── progressbar-uncompressed.js
│ │ ├── repeatable.js
│ │ ├── repeatable-uncompressed.js
│ │ ├── switcher.js
│ │ ├── switcher-uncompressed.js
│ │ ├── tabs.js
│ │ ├── tabs-state.js
│ │ ├── validate-jquery-uncompressed.js
│ │ ├── validate.js
│ │ └── validate-uncompressed.js
│ ├── modules
│ │ ├── index.html
│ │ ├── mod_articles_archive
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_archive.php
│ │ │ ├── mod_articles_archive.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_articles_categories
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_categories.php
│ │ │ ├── mod_articles_categories.xml
│ │ │ └── tmpl
│ │ │ ├── default_items.php
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_articles_category
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_category.php
│ │ │ ├── mod_articles_category.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_articles_latest
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_latest.php
│ │ │ ├── mod_articles_latest.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_articles_news
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_news.php
│ │ │ ├── mod_articles_news.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ ├── horizontal.php
│ │ │ ├── index.html
│ │ │ ├── _item.php
│ │ │ └── vertical.php
│ │ ├── mod_articles_popular
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_articles_popular.php
│ │ │ ├── mod_articles_popular.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_banners
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_banners.php
│ │ │ ├── mod_banners.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_breadcrumbs
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_breadcrumbs.php
│ │ │ ├── mod_breadcrumbs.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_custom
│ │ │ ├── index.html
│ │ │ ├── mod_custom.php
│ │ │ ├── mod_custom.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_feed
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_feed.php
│ │ │ ├── mod_feed.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_finder
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_finder.php
│ │ │ ├── mod_finder.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_footer
│ │ │ ├── index.html
│ │ │ ├── mod_footer.php
│ │ │ ├── mod_footer.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_jfslideshow
│ │ │ ├── assets
│ │ │ │ ├── css
│ │ │ │ │ ├── admin.css
│ │ │ │ │ ├── responsivetext.css
│ │ │ │ │ ├── slideshow.css
│ │ │ │ │ ├── supersized.css
│ │ │ │ │ └── tubular.css
│ │ │ │ ├── img
│ │ │ │ │ ├── arrows
│ │ │ │ │ │ ├── next1.png
│ │ │ │ │ │ ├── next2.png
│ │ │ │ │ │ ├── next3.png
│ │ │ │ │ │ ├── next4.png
│ │ │ │ │ │ ├── next5.png
│ │ │ │ │ │ ├── next6.png
│ │ │ │ │ │ ├── next7.png
│ │ │ │ │ │ ├── prev1.png
│ │ │ │ │ │ ├── prev2.png
│ │ │ │ │ │ ├── prev3.png
│ │ │ │ │ │ ├── prev4.png
│ │ │ │ │ │ ├── prev5.png
│ │ │ │ │ │ ├── prev6.png
│ │ │ │ │ │ └── prev7.png
│ │ │ │ │ ├── bg-black.png
│ │ │ │ │ ├── bg-hover.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── blank.jpg
│ │ │ │ │ ├── blank.zip
│ │ │ │ │ ├── button-tray-down.png
│ │ │ │ │ ├── button-tray-up.png
│ │ │ │ │ ├── jf-logo.png
│ │ │ │ │ ├── nav-bg.png
│ │ │ │ │ ├── nav-dot.png
│ │ │ │ │ ├── pause.png
│ │ │ │ │ ├── play.png
│ │ │ │ │ ├── progress-back.png
│ │ │ │ │ ├── progress-bar.png
│ │ │ │ │ ├── progress.gif
│ │ │ │ │ ├── supersized-logo.png
│ │ │ │ │ ├── thumb-back.png
│ │ │ │ │ └── thumb-forward.png
│ │ │ │ ├── js
│ │ │ │ │ ├── admin.js
│ │ │ │ │ ├── javascript.js
│ │ │ │ │ ├── jquery.easing.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ ├── jquery.tubular.1.0.js
│ │ │ │ │ ├── supersized.3.2.7.js
│ │ │ │ │ └── supersized.3.2.7.min.js
│ │ │ │ ├── moorainbow
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── moor_arrows.gif
│ │ │ │ │ │ ├── moor_boverlay.png
│ │ │ │ │ │ ├── moor_cursor.gif
│ │ │ │ │ │ ├── moor_slider.png
│ │ │ │ │ │ ├── moor_woverlay.png
│ │ │ │ │ │ └── rainbow.png
│ │ │ │ │ ├── mooRainbow.css
│ │ │ │ │ └── mooRainbow.js
│ │ │ │ ├── skitter
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── skitter.styles.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ ├── back-box-label-black.png
│ │ │ │ │ │ ├── background.gif
│ │ │ │ │ │ ├── dots.png
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── next1.png
│ │ │ │ │ │ ├── next.png
│ │ │ │ │ │ ├── numbers.png
│ │ │ │ │ │ ├── prev1.png
│ │ │ │ │ │ ├── prev2.png
│ │ │ │ │ │ └── prev.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── js
│ │ │ │ │ ├── animate-colors-min.jquery.js
│ │ │ │ │ ├── easing.1.3.min.jquery.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── skitter.min.jquery.js
│ │ │ │ └── theme
│ │ │ │ ├── supersized.shutter.css
│ │ │ │ ├── supersized.shutter.js
│ │ │ │ └── supersized.shutter.min.js
│ │ │ ├── fields
│ │ │ │ ├── fields
│ │ │ │ │ ├── slideoption.php
│ │ │ │ │ └── youtubeoption.php
│ │ │ │ ├── slideoption.php
│ │ │ │ └── youtubeoption.php
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_jfslideshow.php
│ │ │ ├── mod_jfslideshow.xml
│ │ │ └── tmpl
│ │ │ ├── bgslideshow.php
│ │ │ ├── index.html
│ │ │ ├── slideshow.php
│ │ │ └── youtube.php
│ │ ├── mod_k2_comments
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_k2_comments.php
│ │ │ ├── mod_k2_comments.xml
│ │ │ └── tmpl
│ │ │ ├── commenters.php
│ │ │ └── comments.php
│ │ ├── mod_k2_content
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_k2_content.php
│ │ │ ├── mod_k2_content.xml
│ │ │ └── tmpl
│ │ │ └── Default
│ │ │ └── default.php
│ │ ├── mod_k2_tools
│ │ │ ├── helper.php
│ │ │ ├── includes
│ │ │ │ └── calendarClass.php
│ │ │ ├── index.html
│ │ │ ├── mod_k2_tools.php
│ │ │ ├── mod_k2_tools.xml
│ │ │ └── tmpl
│ │ │ ├── archive.php
│ │ │ ├── authors.php
│ │ │ ├── breadcrumbs.php
│ │ │ ├── calendar.php
│ │ │ ├── categories.php
│ │ │ ├── customcode.php
│ │ │ ├── search.php
│ │ │ └── tags.php
│ │ ├── mod_k2_user
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_k2_user.php
│ │ │ ├── mod_k2_user.xml
│ │ │ └── tmpl
│ │ │ ├── login.php
│ │ │ └── userblock.php
│ │ ├── mod_k2_users
│ │ │ ├── helper.php
│ │ │ ├── mod_k2_users.php
│ │ │ ├── mod_k2_users.xml
│ │ │ └── tmpl
│ │ │ └── Default
│ │ │ └── default.php
│ │ ├── mod_languages
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_languages.php
│ │ │ ├── mod_languages.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_login
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_login.php
│ │ │ ├── mod_login.xml
│ │ │ └── tmpl
│ │ │ ├── default_logout.php
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_menu
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_menu.php
│ │ │ ├── mod_menu.xml
│ │ │ └── tmpl
│ │ │ ├── default_component.php
│ │ │ ├── default_heading.php
│ │ │ ├── default.php
│ │ │ ├── default_separator.php
│ │ │ ├── default_url.php
│ │ │ └── index.html
│ │ ├── mod_random_image
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_random_image.php
│ │ │ ├── mod_random_image.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_related_items
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_related_items.php
│ │ │ ├── mod_related_items.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_search
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_search.php
│ │ │ ├── mod_search.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_stats
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_stats.php
│ │ │ ├── mod_stats.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_syndicate
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_syndicate.php
│ │ │ ├── mod_syndicate.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_tags_popular
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_tags_popular.php
│ │ │ ├── mod_tags_popular.xml
│ │ │ └── tmpl
│ │ │ ├── cloud.php
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_tags_similar
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_tags_similar.php
│ │ │ ├── mod_tags_similar.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_users_latest
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_users_latest.php
│ │ │ ├── mod_users_latest.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_weblinks
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_weblinks.php
│ │ │ ├── mod_weblinks.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── mod_whosonline
│ │ │ ├── helper.php
│ │ │ ├── index.html
│ │ │ ├── mod_whosonline.php
│ │ │ ├── mod_whosonline.xml
│ │ │ └── tmpl
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ └── mod_wrapper
│ │ ├── helper.php
│ │ ├── index.html
│ │ ├── mod_wrapper.php
│ │ ├── mod_wrapper.xml
│ │ └── tmpl
│ │ ├── default.php
│ │ └── index.html
│ ├── plugins
│ │ ├── authentication
│ │ │ ├── cookie
│ │ │ │ ├── cookie.php
│ │ │ │ ├── cookie.xml
│ │ │ │ └── index.html
│ │ │ ├── gmail
│ │ │ │ ├── gmail.php
│ │ │ │ ├── gmail.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── joomla
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.php
│ │ │ │ └── joomla.xml
│ │ │ └── ldap
│ │ │ ├── index.html
│ │ │ ├── ldap.php
│ │ │ └── ldap.xml
│ │ ├── captcha
│ │ │ ├── index.html
│ │ │ └── recaptcha
│ │ │ ├── index.html
│ │ │ ├── recaptcha.php
│ │ │ └── recaptcha.xml
│ │ ├── content
│ │ │ ├── emailcloak
│ │ │ │ ├── emailcloak.php
│ │ │ │ ├── emailcloak.xml
│ │ │ │ └── index.html
│ │ │ ├── finder
│ │ │ │ ├── finder.php
│ │ │ │ ├── finder.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── joomla
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.php
│ │ │ │ └── joomla.xml
│ │ │ ├── loadmodule
│ │ │ │ ├── index.html
│ │ │ │ ├── loadmodule.php
│ │ │ │ └── loadmodule.xml
│ │ │ ├── pagebreak
│ │ │ │ ├── index.html
│ │ │ │ ├── pagebreak.php
│ │ │ │ └── pagebreak.xml
│ │ │ ├── pagenavigation
│ │ │ │ ├── index.html
│ │ │ │ ├── pagenavigation.php
│ │ │ │ ├── pagenavigation.xml
│ │ │ │ └── tmpl
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ └── vote
│ │ │ ├── index.html
│ │ │ ├── vote.php
│ │ │ └── vote.xml
│ │ ├── editors
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.php
│ │ │ │ ├── codemirror.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── none
│ │ │ │ ├── index.html
│ │ │ │ ├── none.php
│ │ │ │ └── none.xml
│ │ │ └── tinymce
│ │ │ ├── index.html
│ │ │ ├── tinymce.php
│ │ │ └── tinymce.xml
│ │ ├── editors-xtd
│ │ │ ├── article
│ │ │ │ ├── article.php
│ │ │ │ ├── article.xml
│ │ │ │ └── index.html
│ │ │ ├── image
│ │ │ │ ├── image.php
│ │ │ │ ├── image.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── pagebreak
│ │ │ │ ├── index.html
│ │ │ │ ├── pagebreak.php
│ │ │ │ └── pagebreak.xml
│ │ │ └── readmore
│ │ │ ├── index.html
│ │ │ ├── readmore.php
│ │ │ └── readmore.xml
│ │ ├── extension
│ │ │ ├── index.html
│ │ │ └── joomla
│ │ │ ├── index.html
│ │ │ ├── joomla.php
│ │ │ └── joomla.xml
│ │ ├── finder
│ │ │ ├── categories
│ │ │ │ ├── categories.php
│ │ │ │ ├── categories.xml
│ │ │ │ └── index.html
│ │ │ ├── contacts
│ │ │ │ ├── contacts.php
│ │ │ │ ├── contacts.xml
│ │ │ │ └── index.html
│ │ │ ├── content
│ │ │ │ ├── content.php
│ │ │ │ ├── content.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── k2
│ │ │ │ ├── k2.php
│ │ │ │ └── k2.xml
│ │ │ ├── newsfeeds
│ │ │ │ ├── index.html
│ │ │ │ ├── newsfeeds.php
│ │ │ │ └── newsfeeds.xml
│ │ │ ├── tags
│ │ │ │ ├── index.html
│ │ │ │ ├── tags.php
│ │ │ │ └── tags.xml
│ │ │ └── weblinks
│ │ │ ├── index.html
│ │ │ ├── weblinks.php
│ │ │ └── weblinks.xml
│ │ ├── index.html
│ │ ├── jmonitoring
│ │ │ └── akeebabackup
│ │ │ ├── akeebabackup.php
│ │ │ └── akeebabackup.xml
│ │ ├── josetta_ext
│ │ │ ├── k2category
│ │ │ │ ├── definitions.xml
│ │ │ │ ├── fields_common.xml
│ │ │ │ ├── k2category.php
│ │ │ │ └── k2category.xml
│ │ │ └── k2item
│ │ │ ├── classes
│ │ │ │ ├── basek2plugin.php
│ │ │ │ └── index.html
│ │ │ ├── definitions.xml
│ │ │ ├── fields
│ │ │ │ ├── index.html
│ │ │ │ ├── k2extrafields.js
│ │ │ │ ├── k2extrafields.php
│ │ │ │ ├── k2languagecategory.php
│ │ │ │ ├── k2tags.css
│ │ │ │ ├── k2tags.js
│ │ │ │ └── k2tags.php
│ │ │ ├── fields_common.xml
│ │ │ ├── helpers
│ │ │ │ ├── helper.php
│ │ │ │ └── index.html
│ │ │ ├── k2item.php
│ │ │ ├── k2item.xml
│ │ │ └── models
│ │ │ ├── index.html
│ │ │ └── item.php
│ │ ├── quickicon
│ │ │ ├── extensionupdate
│ │ │ │ ├── extensionupdate.php
│ │ │ │ ├── extensionupdate.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── joomlaupdate
│ │ │ ├── index.html
│ │ │ ├── joomlaupdate.php
│ │ │ └── joomlaupdate.xml
│ │ ├── search
│ │ │ ├── categories
│ │ │ │ ├── categories.php
│ │ │ │ ├── categories.xml
│ │ │ │ └── index.html
│ │ │ ├── contacts
│ │ │ │ ├── contacts.php
│ │ │ │ ├── contacts.xml
│ │ │ │ └── index.html
│ │ │ ├── content
│ │ │ │ ├── content.php
│ │ │ │ ├── content.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── k2
│ │ │ │ ├── k2.php
│ │ │ │ └── k2.xml
│ │ │ ├── newsfeeds
│ │ │ │ ├── index.html
│ │ │ │ ├── newsfeeds.php
│ │ │ │ └── newsfeeds.xml
│ │ │ └── weblinks
│ │ │ ├── index.html
│ │ │ ├── weblinks.php
│ │ │ └── weblinks.xml
│ │ ├── system
│ │ │ ├── cache
│ │ │ │ ├── cache.php
│ │ │ │ ├── cache.xml
│ │ │ │ └── index.html
│ │ │ ├── debug
│ │ │ │ ├── debug.php
│ │ │ │ ├── debug.xml
│ │ │ │ └── index.html
│ │ │ ├── highlight
│ │ │ │ ├── highlight.php
│ │ │ │ ├── highlight.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── k2
│ │ │ │ ├── k2.php
│ │ │ │ └── k2.xml
│ │ │ ├── languagecode
│ │ │ │ ├── index.html
│ │ │ │ ├── language
│ │ │ │ │ ├── en-GB
│ │ │ │ │ │ ├── en-GB.plg_system_languagecode.ini
│ │ │ │ │ │ ├── en-GB.plg_system_languagecode.sys.ini
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── languagecode.php
│ │ │ │ └── languagecode.xml
│ │ │ ├── languagefilter
│ │ │ │ ├── index.html
│ │ │ │ ├── languagefilter.php
│ │ │ │ └── languagefilter.xml
│ │ │ ├── log
│ │ │ │ ├── index.html
│ │ │ │ ├── log.php
│ │ │ │ └── log.xml
│ │ │ ├── logout
│ │ │ │ ├── index.html
│ │ │ │ ├── logout.php
│ │ │ │ └── logout.xml
│ │ │ ├── p3p
│ │ │ │ ├── index.html
│ │ │ │ ├── p3p.php
│ │ │ │ └── p3p.xml
│ │ │ ├── redirect
│ │ │ │ ├── index.html
│ │ │ │ ├── redirect.php
│ │ │ │ └── redirect.xml
│ │ │ ├── remember
│ │ │ │ ├── index.html
│ │ │ │ ├── remember.php
│ │ │ │ └── remember.xml
│ │ │ └── sef
│ │ │ ├── index.html
│ │ │ ├── sef.php
│ │ │ └── sef.xml
│ │ ├── twofactorauth
│ │ │ ├── index.html
│ │ │ ├── totp
│ │ │ │ ├── index.html
│ │ │ │ ├── postinstall
│ │ │ │ │ ├── actions.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── tmpl
│ │ │ │ │ ├── form.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── totp.php
│ │ │ │ └── totp.xml
│ │ │ └── yubikey
│ │ │ ├── index.html
│ │ │ ├── tmpl
│ │ │ │ ├── form.php
│ │ │ │ └── index.html
│ │ │ ├── yubikey.php
│ │ │ └── yubikey.xml
│ │ └── user
│ │ ├── contactcreator
│ │ │ ├── contactcreator.php
│ │ │ ├── contactcreator.xml
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── joomla
│ │ │ ├── index.html
│ │ │ ├── joomla.php
│ │ │ └── joomla.xml
│ │ ├── k2
│ │ │ ├── k2.php
│ │ │ └── k2.xml
│ │ └── profile
│ │ ├── fields
│ │ │ ├── index.html
│ │ │ └── tos.php
│ │ ├── index.html
│ │ ├── profile.php
│ │ ├── profiles
│ │ │ ├── index.html
│ │ │ └── profile.xml
│ │ └── profile.xml
│ ├── README.txt
│ ├── robots.txt
│ ├── templates
│ │ ├── beez3
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── general.css
│ │ │ │ ├── ie7only.css
│ │ │ │ ├── ieonly.css
│ │ │ │ ├── index.html
│ │ │ │ ├── layout.css
│ │ │ │ ├── nature.css
│ │ │ │ ├── nature_rtl.css
│ │ │ │ ├── personal.css
│ │ │ │ ├── personal_rtl.css
│ │ │ │ ├── position.css
│ │ │ │ ├── print.css
│ │ │ │ ├── red.css
│ │ │ │ ├── template.css
│ │ │ │ ├── template_rtl.css
│ │ │ │ ├── turq.css
│ │ │ │ └── turq.less
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── com_contact
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── contact
│ │ │ │ │ │ ├── default_address.php
│ │ │ │ │ │ ├── default_articles.php
│ │ │ │ │ │ ├── default_form.php
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default_profile.php
│ │ │ │ │ │ ├── encyclopedia.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── archive
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── blog_children.php
│ │ │ │ │ │ ├── blog_item.php
│ │ │ │ │ │ ├── blog_links.php
│ │ │ │ │ │ ├── blog.php
│ │ │ │ │ │ ├── default_articles.php
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── featured
│ │ │ │ │ │ ├── default_item.php
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── form
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_newsfeeds
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_weblinks
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── form
│ │ │ │ │ │ ├── edit.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── message.php
│ │ │ │ ├── mod_breadcrumbs
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_login
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── modules.php
│ │ │ ├── images
│ │ │ │ ├── all_bg.gif
│ │ │ │ ├── arrow2_grey.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_white_grey.png
│ │ │ │ ├── blog_more.gif
│ │ │ │ ├── blog_more_hover.gif
│ │ │ │ ├── close.png
│ │ │ │ ├── content_bg.gif
│ │ │ │ ├── footer_bg.gif
│ │ │ │ ├── footer_bg.png
│ │ │ │ ├── header-bg.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── minus.png
│ │ │ │ ├── nature
│ │ │ │ │ ├── arrow1.gif
│ │ │ │ │ ├── arrow1_rtl.gif
│ │ │ │ │ ├── arrow2.gif
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── arrow2_rtl.gif
│ │ │ │ │ ├── arrow_nav.gif
│ │ │ │ │ ├── arrow_small.png
│ │ │ │ │ ├── arrow_small_rtl.png
│ │ │ │ │ ├── blog_more.gif
│ │ │ │ │ ├── box1.png
│ │ │ │ │ ├── box.png
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── headingback.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── karo.gif
│ │ │ │ │ ├── level4.png
│ │ │ │ │ ├── nav_level1_a.gif
│ │ │ │ │ ├── nav_level_1.gif
│ │ │ │ │ ├── pfeil.gif
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ ├── searchbutton.png
│ │ │ │ │ └── tabs.gif
│ │ │ │ ├── nav_level_1.gif
│ │ │ │ ├── news.gif
│ │ │ │ ├── personal
│ │ │ │ │ ├── arrow2_grey.jpg
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── bg2.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── dot.png
│ │ │ │ │ ├── ecke.gif
│ │ │ │ │ ├── footer.jpg
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── navi_active.png
│ │ │ │ │ ├── personal2.png
│ │ │ │ │ ├── readmore_arrow_hover.png
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ └── tabs_back.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── req.png
│ │ │ │ ├── slider_minus.png
│ │ │ │ ├── slider_minus_rtl.png
│ │ │ │ ├── slider_plus.png
│ │ │ │ ├── slider_plus_rtl.png
│ │ │ │ ├── system
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── j_button2_blank.png
│ │ │ │ │ ├── j_button2_image.png
│ │ │ │ │ ├── j_button2_left.png
│ │ │ │ │ ├── j_button2_pagebreak.png
│ │ │ │ │ ├── j_button2_readmore.png
│ │ │ │ │ ├── notice-alert.png
│ │ │ │ │ ├── notice-alert_rtl.png
│ │ │ │ │ ├── notice-info.png
│ │ │ │ │ ├── notice-info_rtl.png
│ │ │ │ │ ├── notice-note.png
│ │ │ │ │ ├── notice-note_rtl.png
│ │ │ │ │ └── selector-arrow.png
│ │ │ │ ├── table_footer.gif
│ │ │ │ └── trans.gif
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── javascript
│ │ │ │ ├── hide.js
│ │ │ │ ├── index.html
│ │ │ │ ├── md_stylechanger.js
│ │ │ │ ├── respond.js
│ │ │ │ ├── respond.src.js
│ │ │ │ └── template.js
│ │ │ ├── jsstrings.php
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_beez3.ini
│ │ │ │ │ ├── en-GB.tpl_beez3.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── index.html
│ │ ├── jf_creativia
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── component.css
│ │ │ │ ├── ie7only.css
│ │ │ │ ├── ieonly.css
│ │ │ │ ├── index.html
│ │ │ │ ├── k2.css
│ │ │ │ ├── media_queries.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── print.css
│ │ │ │ ├── responsive.css
│ │ │ │ ├── style.css
│ │ │ │ └── template.css
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── com_contact
│ │ │ │ │ └── contact
│ │ │ │ │ ├── default_address.php
│ │ │ │ │ ├── default_articles.php
│ │ │ │ │ ├── default_form.php
│ │ │ │ │ ├── default_links.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_profile.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── article
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── category
│ │ │ │ │ ├── blog_item.php
│ │ │ │ │ ├── blog.php
│ │ │ │ │ └── default.php
│ │ │ │ ├── com_k2
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── category_item_links.php
│ │ │ │ │ │ ├── category_item.php
│ │ │ │ │ │ ├── category.php
│ │ │ │ │ │ ├── item_comments_form.php
│ │ │ │ │ │ ├── itemform.php
│ │ │ │ │ │ ├── item.php
│ │ │ │ │ │ ├── latest_item.php
│ │ │ │ │ │ ├── latest.php
│ │ │ │ │ │ ├── tag.php
│ │ │ │ │ │ └── user.php
│ │ │ │ │ ├── generic.php
│ │ │ │ │ └── jf_creativia
│ │ │ │ │ ├── category_item_links.php
│ │ │ │ │ ├── category_item.php
│ │ │ │ │ ├── category.php
│ │ │ │ │ ├── item_comments_form.php
│ │ │ │ │ ├── itemform.php
│ │ │ │ │ ├── item.php
│ │ │ │ │ ├── latest_item.php
│ │ │ │ │ ├── latest.php
│ │ │ │ │ ├── tag.php
│ │ │ │ │ └── user.php
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_k2_content
│ │ │ │ │ ├── Default
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── LatestBlog
│ │ │ │ │ └── default.php
│ │ │ │ ├── mod_k2_tools
│ │ │ │ │ └── tags.php
│ │ │ │ ├── modules.php
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── arrow.png
│ │ │ │ ├── black-01.png
│ │ │ │ ├── black-02.png
│ │ │ │ ├── black-03.png
│ │ │ │ ├── black-04.png
│ │ │ │ ├── black-05.png
│ │ │ │ ├── black-07.png
│ │ │ │ ├── black-08.png
│ │ │ │ ├── black-10.png
│ │ │ │ ├── black-13.png
│ │ │ │ ├── black-20.png
│ │ │ │ ├── black-25.png
│ │ │ │ ├── black-30.png
│ │ │ │ ├── black-40.png
│ │ │ │ ├── black-50.png
│ │ │ │ ├── black-70.png
│ │ │ │ ├── black-80.png
│ │ │ │ ├── blog-icon.png
│ │ │ │ ├── bottom-bg.png
│ │ │ │ ├── bottom-border-right.png
│ │ │ │ ├── collapse-icon.png
│ │ │ │ ├── comment.png
│ │ │ │ ├── con_address.png
│ │ │ │ ├── con_fax.png
│ │ │ │ ├── con_info.png
│ │ │ │ ├── con_mobile.png
│ │ │ │ ├── con_tel.png
│ │ │ │ ├── core
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jf_creativia.jpg
│ │ │ │ │ ├── module_positions2.jpg
│ │ │ │ │ ├── module_positions.jpg
│ │ │ │ │ └── starting-page-logo.png
│ │ │ │ ├── create-account.gif
│ │ │ │ ├── edit.png
│ │ │ │ ├── edit_unpublished.png
│ │ │ │ ├── emailButton.png
│ │ │ │ ├── fugue
│ │ │ │ │ ├── feed.png
│ │ │ │ │ ├── globe.png
│ │ │ │ │ ├── icon-feed.png
│ │ │ │ │ ├── mail.png
│ │ │ │ │ └── search.png
│ │ │ │ ├── gototop.png
│ │ │ │ ├── header-bg.png
│ │ │ │ ├── home-black.png
│ │ │ │ ├── home.png
│ │ │ │ ├── icon-date.gif
│ │ │ │ ├── icon-feed.png
│ │ │ │ ├── icon-user.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── jf.png
│ │ │ │ ├── k2-menu-container.gif
│ │ │ │ ├── k2-menu-container-separator.png
│ │ │ │ ├── k2-without-image.jpg
│ │ │ │ ├── list_arrow.png
│ │ │ │ ├── list_arrow_red.png
│ │ │ │ ├── list_arrow_white.png
│ │ │ │ ├── list_bullet_black.png
│ │ │ │ ├── list_bullet.png
│ │ │ │ ├── list_check.png
│ │ │ │ ├── list_check_red.png
│ │ │ │ ├── list_check_white.png
│ │ │ │ ├── list_circle.png
│ │ │ │ ├── list_circle_red.png
│ │ │ │ ├── list_circle_white.png
│ │ │ │ ├── list_normal.png
│ │ │ │ ├── list_normal_red.png
│ │ │ │ ├── list_normal_white.png
│ │ │ │ ├── logo_info.png
│ │ │ │ ├── logo-jf_creativia.png
│ │ │ │ ├── lost-pwd.gif
│ │ │ │ ├── lost-uname.gif
│ │ │ │ ├── menu-icon.png
│ │ │ │ ├── nature
│ │ │ │ │ ├── arrow1.gif
│ │ │ │ │ ├── arrow1_rtl.gif
│ │ │ │ │ ├── arrow2.gif
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── arrow2_rtl.gif
│ │ │ │ │ ├── arrow_nav.gif
│ │ │ │ │ ├── arrow_small.png
│ │ │ │ │ ├── arrow_small_rtl.png
│ │ │ │ │ ├── bar.jpg
│ │ │ │ │ ├── blog_more.gif
│ │ │ │ │ ├── box1.png
│ │ │ │ │ ├── box.png
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── h3_js_bg.gif
│ │ │ │ │ ├── header.jpg
│ │ │ │ │ ├── header_outer.gif
│ │ │ │ │ ├── header.png
│ │ │ │ │ ├── headingback.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── karo.gif
│ │ │ │ │ ├── koala.png
│ │ │ │ │ ├── level4.png
│ │ │ │ │ ├── navhoriz.png
│ │ │ │ │ ├── nav_level1_a.gif
│ │ │ │ │ ├── nav_level_1.gif
│ │ │ │ │ ├── pfeil.gif
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ ├── searchbutton.png
│ │ │ │ │ └── tabs.gif
│ │ │ │ ├── new.png
│ │ │ │ ├── pattern-black.png
│ │ │ │ ├── pattern-white.png
│ │ │ │ ├── pdf_button.png
│ │ │ │ ├── personal
│ │ │ │ │ ├── arrow2_grey.jpg
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── bg2.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── dot.png
│ │ │ │ │ ├── ecke.gif
│ │ │ │ │ ├── footer.jpg
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── navi_active.png
│ │ │ │ │ ├── personal2.png
│ │ │ │ │ ├── readmore_arrow_hover.png
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ └── tabs_back.png
│ │ │ │ ├── placeholder
│ │ │ │ │ ├── category.png
│ │ │ │ │ └── user.png
│ │ │ │ ├── printButton.png
│ │ │ │ ├── puce-link-active-light.png
│ │ │ │ ├── puce-link-active.png
│ │ │ │ ├── puce-link-black.png
│ │ │ │ ├── puce-link.png
│ │ │ │ ├── puce-link-rtl-active.png
│ │ │ │ ├── puce-link-rtl.png
│ │ │ │ ├── quote_black_end.png
│ │ │ │ ├── quote_black.png
│ │ │ │ ├── quote_blue_end.png
│ │ │ │ ├── quote_blue.png
│ │ │ │ ├── quote_green_end.png
│ │ │ │ ├── quote_green.png
│ │ │ │ ├── quote_pink_end.png
│ │ │ │ ├── quote_pink.png
│ │ │ │ ├── quote_red_end.png
│ │ │ │ ├── quote_red.png
│ │ │ │ ├── quote_white_end.png
│ │ │ │ ├── quote_white.png
│ │ │ │ ├── rating_star_blank.png
│ │ │ │ ├── rating_star.png
│ │ │ │ ├── req.png
│ │ │ │ ├── searchButton.gif
│ │ │ │ ├── separator-c.png
│ │ │ │ ├── separator.png
│ │ │ │ ├── shadow_background_black.png
│ │ │ │ ├── shadow_background_white.png
│ │ │ │ ├── shadow-bottom-black.png
│ │ │ │ ├── shadow-bottom-white.png
│ │ │ │ ├── shadow-top-black.png
│ │ │ │ ├── shadow-top-white.png
│ │ │ │ ├── slider_minus.png
│ │ │ │ ├── slider_plus.png
│ │ │ │ ├── social
│ │ │ │ │ ├── delicious_16.png
│ │ │ │ │ ├── delicious.png
│ │ │ │ │ ├── digg_16.png
│ │ │ │ │ ├── digg.png
│ │ │ │ │ ├── email.png
│ │ │ │ │ ├── facebook_16.png
│ │ │ │ │ ├── facebook.png
│ │ │ │ │ ├── feed.png
│ │ │ │ │ ├── friendfeed.png
│ │ │ │ │ ├── googlebuzz_16.png
│ │ │ │ │ ├── myspace_16.png
│ │ │ │ │ ├── myspace.png
│ │ │ │ │ ├── reddit_16.png
│ │ │ │ │ ├── reddit.png
│ │ │ │ │ ├── stumble.png
│ │ │ │ │ ├── stumbleupon_16.png
│ │ │ │ │ ├── technorati_16.png
│ │ │ │ │ ├── technorati.png
│ │ │ │ │ ├── twitter_16.png
│ │ │ │ │ └── twitter.png
│ │ │ │ ├── social-icons
│ │ │ │ │ ├── facebook2.png
│ │ │ │ │ ├── facebook.png
│ │ │ │ │ ├── googleplus.png
│ │ │ │ │ ├── linkedin2.png
│ │ │ │ │ ├── linkedin.png
│ │ │ │ │ ├── rss2.png
│ │ │ │ │ ├── rss.png
│ │ │ │ │ ├── skype.png
│ │ │ │ │ ├── twitter2.png
│ │ │ │ │ ├── twitter.png
│ │ │ │ │ ├── youtube2.png
│ │ │ │ │ └── youtube.png
│ │ │ │ ├── system
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── featuredItem.png
│ │ │ │ │ ├── featuredItem_withShadow.png
│ │ │ │ │ ├── feed-icon-14x14.gif
│ │ │ │ │ ├── font_decrease.gif
│ │ │ │ │ ├── font_increase.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── j_button2_blank.png
│ │ │ │ │ ├── j_button2_image.png
│ │ │ │ │ ├── j_button2_left.png
│ │ │ │ │ ├── j_button2_pagebreak.png
│ │ │ │ │ ├── j_button2_readmore.png
│ │ │ │ │ ├── k2CalendarLoader.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── notice-alert.png
│ │ │ │ │ ├── notice-alert_rtl.png
│ │ │ │ │ ├── notice-info.png
│ │ │ │ │ ├── notice-info_rtl.png
│ │ │ │ │ ├── notice-note.png
│ │ │ │ │ ├── notice-note_rtl.png
│ │ │ │ │ ├── searchLoader.gif
│ │ │ │ │ ├── selector-arrow.png
│ │ │ │ │ ├── star.gif
│ │ │ │ │ ├── stripes.png
│ │ │ │ │ ├── transparent_star.gif
│ │ │ │ │ ├── transparent_star.png
│ │ │ │ │ └── videoplayer-bg.gif
│ │ │ │ ├── top_menu_left_black.png
│ │ │ │ ├── top_menu_left.png
│ │ │ │ ├── top_menu_right_black.png
│ │ │ │ ├── top_menu_right.png
│ │ │ │ ├── trans-grad-black-20.png
│ │ │ │ ├── underline-blacktheme.png
│ │ │ │ ├── underline.png
│ │ │ │ ├── weblink.png
│ │ │ │ ├── white-02.png
│ │ │ │ ├── white-03.png
│ │ │ │ ├── white-04.png
│ │ │ │ ├── white-07.png
│ │ │ │ ├── white-10.png
│ │ │ │ ├── white-11.png
│ │ │ │ ├── white-14.png
│ │ │ │ ├── white-20.png
│ │ │ │ ├── white-30.png
│ │ │ │ ├── white-40.png
│ │ │ │ ├── white-55.png
│ │ │ │ ├── white-62.png
│ │ │ │ ├── white-70.png
│ │ │ │ ├── white-80.png
│ │ │ │ ├── white-86.png
│ │ │ │ ├── white-87.png
│ │ │ │ ├── white-88.png
│ │ │ │ ├── white-89.png
│ │ │ │ ├── white-90.png
│ │ │ │ └── white-93.png
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── lib
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ │ ├── css3-mediaqueries.js
│ │ │ │ │ ├── fake-element.js
│ │ │ │ │ ├── html5.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── jquery.isotope.min.js
│ │ │ │ └── php
│ │ │ │ ├── header.php
│ │ │ │ ├── headers.inc
│ │ │ │ ├── index.html
│ │ │ │ ├── map.php
│ │ │ │ ├── req.php
│ │ │ │ └── spage.php
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── protostar
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ └── template.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── index.html
│ │ │ │ ├── modules.php
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── index.html
│ │ │ │ ├── logo.png
│ │ │ │ └── system
│ │ │ │ ├── index.html
│ │ │ │ ├── rating_star_blank.png
│ │ │ │ ├── rating_star.png
│ │ │ │ ├── sort_asc.png
│ │ │ │ └── sort_desc.png
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ └── index.html
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── application.js
│ │ │ │ ├── classes.js
│ │ │ │ ├── index.html
│ │ │ │ └── template.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_protostar.ini
│ │ │ │ │ ├── en-GB.tpl_protostar.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── less
│ │ │ │ ├── icomoon.less
│ │ │ │ ├── index.html
│ │ │ │ ├── template.less
│ │ │ │ └── variables.less
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ └── system
│ │ ├── component.php
│ │ ├── css
│ │ │ ├── editor.css
│ │ │ ├── error.css
│ │ │ ├── error_rtl.css
│ │ │ ├── general.css
│ │ │ ├── index.html
│ │ │ ├── offline.css
│ │ │ ├── offline_rtl.css
│ │ │ ├── system.css
│ │ │ └── toolbar.css
│ │ ├── error.php
│ │ ├── html
│ │ │ ├── index.html
│ │ │ └── modules.php
│ │ ├── images
│ │ │ ├── calendar.png
│ │ │ ├── index.html
│ │ │ ├── j_button2_blank.png
│ │ │ ├── j_button2_image.png
│ │ │ ├── j_button2_left.png
│ │ │ ├── j_button2_pagebreak.png
│ │ │ ├── j_button2_readmore.png
│ │ │ ├── j_button2_right.png
│ │ │ └── selector-arrow.png
│ │ ├── index.html
│ │ ├── index.php
│ │ └── offline.php
│ ├── tmp
│ │ └── index.html
│ └── web.config.txt
└── rpmbuild
├── BUILD
├── BUILDROOT
├── RPMS
├── SOURCES
├── SPECS
└── SRPMS

3014 directories, 12661 files
[latelierlab@latelierlab ~]$
[/code]

Ecco, non capisco cosa sia successo adesso…

sudo dnf history userinstalled [sudo] password di latelierlab: Malformed lock file found: /var/cache/dnf/metadata_lock.pid. Ensure no other dnf process is running and remove the lock file manually or run systemd-tmpfiles --remove dnf.conf.

systemd-tmpfiles --remove dnf.conf. Failed to open 'dnf.conf.', ignoring: No such file or directory [latelierlab@latelierlab ~]$ sudo systemd-tmpfiles --remove dnf.conf. Failed to open 'dnf.conf.', ignoring: No such file or directory [latelierlab@latelierlab ~]$

non vorrei fare casino, ma se mi dici che la tua root occupa 24 mb a questo punto mi viene da cancellare manualmente tutto il suo interno…

Sembra esserci un sito internet in /root
La locazione corretta di solito è in /var/www/http (se ricordo bene)
Se il sito non è tuo prosegui la cancellazione senza pietà (a meno di voler curiosare), ma potrebbe essere nato da un’errata interpretazione di “directory radice” (root in inglese significa radice e /root potrebbe essere inteso proprio come “directory root” o meglio “root directory”) per i siti web radice è la directory dove, in genere, c’è la pagina principale del sito.

P.S.
non cancellare tutto, ci sono alcuni file, di piccole dimensioni, i cui nomi iniziano con .bash (sono nascosti li puoi vedere con il comando# ls -astando in /root ovviamente) contengono la configurazione e lo storico del terminale.

ho liberato la root ma sembra che non cambi nulla; in realtà quello che capisco è questo:
ho due partizioni, una in cui c è una home e una in cui c è Fedora; quella dove cè fedora ha uno spazio di 21 gb che è saturo ed ecco perché probabilmente lo spazio di root è ridotto… come faccio a liberare spazio da Fedora?
Grazie

Non capisco tral altro cosa sia successo…

sudo dnf update Malformed lock file found: /var/cache/dnf/metadata_lock.pid. Ensure no other dnf process is running and remove the lock file manually or run systemd-tmpfiles --remove dnf.conf. [latelierlab@latelierlab ~]$
perché mi esce questo comando? mio figlio ha toccato il pc ma dice che non ha fatto nulla , se poi provo a fare come mi dice mi esce questo

[latelierlab@latelierlab ~]$ sudo systemd-tmpfiles --remove dnf.conf. Failed to open 'dnf.conf.', ignoring: No such file or directory

Adesso “torchio” mio figlio … potete aiutarmi?

ecco la mia situazione

[latelierlab@latelierlab ~]$ df -h File system Dim. Usati Dispon. Uso% Montato su devtmpfs 2,0G 0 2,0G 0% /dev tmpfs 2,0G 2,7M 2,0G 1% /dev/shm tmpfs 2,0G 1,3M 2,0G 1% /run tmpfs 2,0G 0 2,0G 0% /sys/fs/cgroup /dev/sda2 20G 20G 0 100% / tmpfs 2,0G 40K 2,0G 1% /tmp /dev/sda1 148G 24G 117G 17% /home tmpfs 396M 24K 396M 1% /run/user/1000

se non avessi un server del gestionale ( e fossi in grado di ripristinarlo ) su questa macchina formatterei tutto e reinstallerei ma non posso… come si può vedere la partizione con il punto di mount è strapieno…

[quote=lukekop]$ df -h [cut] /dev/sda2 20G 20G 0 100% / [cut][/quote]

Ecco cosa è successo: come già ti sei reso conto, è finito lo spazio libero su sda2, /var non è una partizione separata, e quindi il sistema non riesce a scrivere più i log.
Cosa dice

# du -h --max-depth=1 /var | sort -hr

?

Per dnf non saprei cosa suggerirti,

Il tuo sistema usa queste 2 partizioni (ho liberato il tuo output dalle voci temporanee “tmpfs”)

File system Dim. Usati Dispon. Uso% Montato su /dev/sda2 20G 20G 0 100% / /dev/sda1 148G 24G 117G 17% /home
su /dev/sda2 c’è Fedora nel senso che ci sono tutti i file e programmi necessari a Fedora, su /dev/sda1 ci sono le directory con i file personali degli utenti.

Molto probabilmente si può fare un backup, riconfigurare il gestionale in modo che sia utilzzabile dall’utente (e non da root) e ripristinare i dati. Suppongo (ma è solo intuito) che quando è stato installato il gestionale sia stato fatto, giustamente, come root ma che poi sia anche stato lanciato da root invece di usare l’utente e che per questo motivo i file (quell’elenco interminabile del comando # tree /root) siano stati creati per l’utente root (e nella sua cartella) anzichè nella cartella /home/lukekop (o come si chiama il tuo utente)

Però prima di cominciare occorre sapere di quale gestionale si tratta in modo da poter valutare se occorra o meno partizionare il disco in modo diverso il che obbligherebbe a reinstallare Fedora.
A questo punto verificherei la possibilità di aggiungere un disco o sostituire quello attuale, un disco da 180 giga è sufficente per fedora ma se vuoi avere oltre al gestionale anche altri file cominciano a scarseggiare e il tuo disco fino a qualche giorno fa era pieno.

Propongo una soluzione drastica: rimuovere PackageKit (la cui cache occupa sicuramente alcuni GB in /var/cache):

[code]# rm -rf /var/cache/PackageKit

dnf remove PackageKit[/code]

(in quest’ordine, visto che altrimenti dnf dubito trovi lo spazio necessario in /var per operare)
Ovviamente, dopo dovrai effettuare gli aggiornamenti di sistema “a mano” nel terminale…