Mode changes

This commit is contained in:
Jan-Erik Rediger 2014-12-23 11:39:08 +01:00
parent d9829fb81f
commit 667b753486
101 changed files with 27 additions and 0 deletions

0
INSTALL Executable file → Normal file
View File

0
asciitrash.php Executable file → Normal file
View File

0
bintrash.php Executable file → Normal file
View File

0
geshi.php Executable file → Normal file
View File

0
geshi/abap.php Executable file → Normal file
View File

0
geshi/actionscript.php Executable file → Normal file
View File

0
geshi/ada.php Executable file → Normal file
View File

0
geshi/apache.php Executable file → Normal file
View File

0
geshi/applescript.php Executable file → Normal file
View File

0
geshi/asm.php Executable file → Normal file
View File

0
geshi/asp.php Executable file → Normal file
View File

0
geshi/autoit.php Executable file → Normal file
View File

0
geshi/bash.php Executable file → Normal file
View File

0
geshi/basic4gl.php Executable file → Normal file
View File

0
geshi/blitzbasic.php Executable file → Normal file
View File

0
geshi/bnf.php Executable file → Normal file
View File

0
geshi/c.php Executable file → Normal file
View File

0
geshi/c_mac.php Executable file → Normal file
View File

0
geshi/caddcl.php Executable file → Normal file
View File

0
geshi/cadlisp.php Executable file → Normal file
View File

0
geshi/cfdg.php Executable file → Normal file
View File

0
geshi/cfm.php Executable file → Normal file
View File

0
geshi/cpp-qt.php Executable file → Normal file
View File

0
geshi/cpp.php Executable file → Normal file
View File

0
geshi/csharp.php Executable file → Normal file
View File

0
geshi/css.php Executable file → Normal file
View File

0
geshi/d.php Executable file → Normal file
View File

0
geshi/delphi.php Executable file → Normal file
View File

0
geshi/diff.php Executable file → Normal file
View File

0
geshi/div.php Executable file → Normal file
View File

0
geshi/dos.php Executable file → Normal file
View File

0
geshi/dot.php Executable file → Normal file
View File

0
geshi/eiffel.php Executable file → Normal file
View File

0
geshi/fortran.php Executable file → Normal file
View File

0
geshi/freebasic.php Executable file → Normal file
View File

0
geshi/genero.php Executable file → Normal file
View File

0
geshi/gml.php Executable file → Normal file
View File

0
geshi/groovy.php Executable file → Normal file
View File

0
geshi/haskell.php Executable file → Normal file
View File

0
geshi/html4strict.php Executable file → Normal file
View File

0
geshi/idl.php Executable file → Normal file
View File

0
geshi/ini.php Executable file → Normal file
View File

0
geshi/inno.php Executable file → Normal file
View File

0
geshi/io.php Executable file → Normal file
View File

0
geshi/java.php Executable file → Normal file
View File

0
geshi/java5.php Executable file → Normal file
View File

0
geshi/javascript.php Executable file → Normal file
View File

0
geshi/latex.php Executable file → Normal file
View File

0
geshi/lisp.php Executable file → Normal file
View File

0
geshi/lua.php Executable file → Normal file
View File

0
geshi/m68k.php Executable file → Normal file
View File

0
geshi/matlab.php Executable file → Normal file
View File

0
geshi/mirc.php Executable file → Normal file
View File

0
geshi/mpasm.php Executable file → Normal file
View File

0
geshi/mysql.php Executable file → Normal file
View File

0
geshi/nsis.php Executable file → Normal file
View File

0
geshi/objc.php Executable file → Normal file
View File

0
geshi/ocaml-brief.php Executable file → Normal file
View File

0
geshi/ocaml.php Executable file → Normal file
View File

0
geshi/oobas.php Executable file → Normal file
View File

0
geshi/oracle8.php Executable file → Normal file
View File

0
geshi/pascal.php Executable file → Normal file
View File

0
geshi/per.php Executable file → Normal file
View File

0
geshi/perl.php Executable file → Normal file
View File

0
geshi/php-brief.php Executable file → Normal file
View File

0
geshi/php.php Executable file → Normal file
View File

0
geshi/plsql.php Executable file → Normal file
View File

0
geshi/python.php Executable file → Normal file
View File

0
geshi/qbasic.php Executable file → Normal file
View File

0
geshi/rails.php Executable file → Normal file
View File

0
geshi/reg.php Executable file → Normal file
View File

0
geshi/robots.php Executable file → Normal file
View File

0
geshi/ruby.php Executable file → Normal file
View File

0
geshi/sas.php Executable file → Normal file
View File

0
geshi/scheme.php Executable file → Normal file
View File

0
geshi/sdlbasic.php Executable file → Normal file
View File

0
geshi/smalltalk.php Executable file → Normal file
View File

0
geshi/smarty.php Executable file → Normal file
View File

0
geshi/sql.php Executable file → Normal file
View File

0
geshi/tcl.php Executable file → Normal file
View File

0
geshi/text.php Executable file → Normal file
View File

0
geshi/thinbasic.php Executable file → Normal file
View File

0
geshi/tsql.php Executable file → Normal file
View File

0
geshi/vb.php Executable file → Normal file
View File

0
geshi/vbnet.php Executable file → Normal file
View File

0
geshi/vhdl.php Executable file → Normal file
View File

0
geshi/visualfoxpro.php Executable file → Normal file
View File

0
geshi/winbatch.php Executable file → Normal file
View File

0
geshi/xml.php Executable file → Normal file
View File

0
geshi/xpp.php Executable file → Normal file
View File

0
geshi/z80.php Executable file → Normal file
View File

0
include/cleanup.inc.php Executable file → Normal file
View File

0
include/config.inc.php.dist Executable file → Normal file
View File

0
include/footer.php Executable file → Normal file
View File

0
include/functions.inc.php Executable file → Normal file
View File

0
include/header.php Executable file → Normal file
View File

0
include/mysql.class.php Executable file → Normal file
View File

0
index.php Executable file → Normal file
View File

27
layout.sql Normal file
View File

@ -0,0 +1,27 @@
CREATE TABLE `files` (
`id` int(10) NOT NULL auto_increment,
`pid` varchar(100) NOT NULL,
`timest` int(10) NOT NULL,
`expire` int(10) NOT NULL,
`file` varchar(250) NOT NULL,
`name` varchar(250) NOT NULL,
`size` int(10) NOT NULL,
`mime` varchar(100) NOT NULL,
`downloads` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;
CREATE TABLE `pastebin` (
`id` int(10) NOT NULL auto_increment,
`pid` varchar(100) NOT NULL,
`timest` int(10) NOT NULL,
`expire` int(10) NOT NULL,
`downloads` int(11) NOT NULL,
`payload` text NOT NULL,
`syntax` varchar(20) NOT NULL,
`pub` int(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;

0
phpinfo.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More