git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
16 lines
338 B
PHP
16 lines
338 B
PHP
<?php
|
|
/**
|
|
* @package Akeeba
|
|
* @copyright Copyright (C) 2009 Nicholas K. Dionysopoulos. All rights reserved.
|
|
*
|
|
* Modelled after the work done by RocketWerx
|
|
*/
|
|
|
|
// no direct access
|
|
defined('_JEXEC') or die('Restricted access');
|
|
jimport('joomla.filesystem.folder');
|
|
jimport('joomla.filesystem.file');
|
|
|
|
?>
|
|
<h1>Akeeba Uninstallation</h1>
|