miniblog

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

LinkedIn.class.php (77B)


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