miniblog

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/miniblog.git
Log | Files | Refs

QueueEntry.class.php (83B)


      1 <?php
      2 
      3 class QueueEntry
      4 {
      5 	public $files = array();
      6 	public $value = array();
      7 }
      8 
      9 ?>