File: weblinks.php

package info (click to toggle)
sitebar 3.3.8-7
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,164 kB
  • ctags: 3,229
  • sloc: php: 52,341; sql: 570; sh: 331; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<?php
    /**
    * This file stays here for backward compatibility with 3.2.x.
    * It will be removed in version 3.4!
    **/

    $_GET['w'] = 'weblinks';
    include("index.php");
?>