Regina Schaukrug: Welches CMS ist am besten ausbaufähig?

Beitrag lesen

Sourcen zum Download anbieten: In Perl ganz einfach,

Hab ich ganz anders gelöst.

    $finfo = new finfo( FILEINFO_MIME );
    $mime  = $finfo -> file( $file );
    if ( isset( $_GET['download'] ) and $_GET['download'] ) {
        header( 'Content-type: ' . $mime );
        header( 'Content-Disposition: attachment; filename="' . basename( $file ) . '"' );
        readfile( $file );
        exit;
    }

Die Zauberei um den Dateiname auf "Erlaubtheit" zu prüfen lasse ich mal weg...

0 59

Welches CMS ist am besten ausbaufähig?

TS
  • cms
  1. 0
    pl
    1. 0
      TS
      1. 0
        pl
    2. 1
      Regina Schaukrug
      1. 0
        pl
        1. 0
          Regina Schaukrug
          1. 0
            pl
  2. 0
    dedlfix
    1. 0
      TS
      1. 0
        marctrix
        1. 0
          beatovich
          1. 0
            marctrix
            1. 0
              TS
              1. 0
                marctrix
                1. 0
                  beatovich
                  1. 0
                    marctrix
                    1. 0
                      beatovich
                      1. 0
                        marctrix
                  2. 1
                    dedlfix
                    1. 0
                      marctrix
            2. 0
              marctrix
      2. 0
        dedlfix
    2. 0
      marctrix
      1. 2
        1unitedpower
        1. 1
          Christian Kruse
          1. 0
            marctrix
            1. 0
              Christian Kruse
              1. 0
                marctrix
                1. 0
                  Christian Kruse
                  1. 0
                    marctrix
                    1. 0
                      Christian Kruse
                      1. 0
                        Gunnar Bittersmann
                        1. 0
                          Christian Kruse
                      2. 0
                        marctrix
                        1. 0
                          Christian Kruse
                          1. 0
                            marctrix
                    2. 0
                      dedlfix
            2. 1
              1unitedpower
              1. 0
                marctrix
        2. 0
          marctrix
  3. 1
    Felix Riesterer
    1. 0
      marctrix
    2. 0
      TS
      1. 0
        marctrix
        1. 0
          TS
          1. 0
            marctrix
            1. 0
              marctrix
            2. 0
              Matthias Apsel
  4. 0
    Gunnar Bittersmann
  5. 2
    Henry
    1. 3
      dtpop
      1. 0
        TS
      2. 0
        beatovich
        1. 0
          marctrix
  6. 0
    Matti Mäkitalo
  7. 0
    Klaus Mennward
  8. 0
    m.
    1. 0
      Klaus Mennward