Skip to content

Commit

Permalink
MySQL Web Sample new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed Dec 30, 2012
1 parent 040b6bc commit dede40c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions samples/mysqlweb/database.cobp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<#
data division.
linkage section.
01 request.
02 response.

procedure division.
#>
<h1>Database ${name in params in request}</h1>
<#
.
stop run.
#>

2 changes: 1 addition & 1 deletion samples/mysqlweb/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dede40c

Please sign in to comment.