This website works better with JavaScript.
Home
Help
Sign In
pioder
/
uf2
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
removed email address from PHP files
master
Piotr Dergun
7 years ago
parent
4eaaf6f607
commit
97993ee1c2
19 changed files
with
19 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
inc/askModel.class.php
+1
-1
inc/bbcode.php
+1
-1
inc/constants.php
+1
-1
inc/controller.class.php
+1
-1
inc/controllers/AdminController.class.php
+1
-1
inc/controllers/MainController.class.php
+1
-1
inc/database_connection.php
+1
-1
inc/model.class.php
+1
-1
inc/models/BansModel.class.php
+1
-1
inc/models/ConfigModel.class.php
+1
-1
inc/models/ForumsModel.class.php
+1
-1
inc/models/NavigationModel.class.php
+1
-1
inc/models/PostsModel.class.php
+1
-1
inc/models/SessionModel.class.php
+1
-1
inc/models/StatisticsModel.class.php
+1
-1
inc/models/UsersModel.class.php
+1
-1
inc/view.class.php
+1
-1
inc/views/MainView.class.php
+1
-1
index.php
+ 1
- 1
inc/askModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
askModel
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/bbcode.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
bbcode
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/constants.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
constants
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/controller.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
controller
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/controllers/AdminController.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
controllers
/
AdminController
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/controllers/MainController.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
controllers
/
MainController
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/database_connection.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
database_connection
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/model.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
model
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/BansModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
BansModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/ConfigModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
ConfigModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/ForumsModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
ForumsModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/NavigationModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
NavigationModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/PostsModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
PostsModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/SessionModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
SessionModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/StatisticsModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
StatisticsModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/models/UsersModel.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
models
/
UsersModel
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/view.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
view
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
inc/views/MainView.class.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
inc
/
views
/
MainView
.
class
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
+ 1
- 1
index.php
View File
@ -2,7 +2,7 @@
/**
*
@
package
uForum2
*
@
file
index
.
php
*
@
copyright
2007
-
2015
(
c
)
PioDer
<
piotrek
@
pioder
.
pl
>
*
@
copyright
2007
-
2015
(
c
)
PioDer
*
@
link
http
://
www
.
pioder
.
pl
/
*
@
license
see
LICENSE
.
txt
**/
Write
Preview
Loading…
Cancel
Save