This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
* $Id: class.config.php 395 2008-05-28 19:41:06Z dakl $
* Tu zbieramy definicje wszystkich klas mozliwych do zaladowania z katalogu class jadra
@@ -9,6 +9,4 @@ class CoreClassCollection {
const SESSION='SessionProxy';
const REQUEST='Request';
}
?>
}