miniblog

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

Reddit.class.php (76B)


      1 <?php
      2 
      3 class Reddit
      4 {
      5 	public $config;
      6 
      7 	public function push()
      8 	{
      9 
     10 	}
     11 }
     12 
     13 ?>