فهرست منبع

[svn r13059] Removed installedVersion.inc.php to put the version information inside the configuration.php file. This allows for the upgrade process to pick-up the old version of the campus, then modify it at the end of the upgrade process.

Yannick Warnier 17 سال پیش
والد
کامیت
08a3d4cdac
1فایلهای تغییر یافته به همراه0 افزوده شده و 13 حذف شده
  1. 0 13
      main/inc/installedVersion.inc.php

+ 0 - 13
main/inc/installedVersion.inc.php

@@ -1,13 +0,0 @@
-<?php
-/**
-==============================================================================
-*	This file tells which version of Dokeos is currently installed, and
-*	whether this is a stable version or not.
-*
-*	@package dokeos.include
-==============================================================================
-*/
-
-$stable = true;
-$dokeos_version 	= "1.8.3";
-?>