git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
11 lines
331 B
PHP
11 lines
331 B
PHP
<?php
|
|
# ObrEns - Fichero de version de componente Mambo
|
|
# Version : 1.0
|
|
# By : 2005 Rodax Software
|
|
# Web : www.rodax-software.com
|
|
# License : GNU GPL Public License
|
|
|
|
# Prepare some things
|
|
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
|
|
$ObrEns_version = "1.0";
|
|
?>
|