/[web]/planet/common/postload.php
ViewVC logotype

Contents of /planet/common/postload.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1619 - (show annotations) (download)
Mon Aug 13 10:45:23 2012 UTC (11 years, 8 months ago) by dams
File size: 316 byte(s)
- Import moonmoon
- Create repo per langs

1 <?php
2 include_once(dirname(__FILE__).'/app/app.php');
3
4 $Planet->addPerson(
5 new PlanetFeed(
6 '',
7 htmlspecialchars_decode($_GET['url'], ENT_QUOTES),
8 ''
9 )
10 );
11
12 //Load feeds
13 $Planet->download(1);
14 header("Content-type: image/png");
15 readfile(dirname(__FILE__)."/custom/img/feed.png");
16 die();

  ViewVC Help
Powered by ViewVC 1.1.30